|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.8 2009/06/07 20:09:34 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.9 2009/06/08 14:57:21 tgl Exp $ --> |
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
3 | 3 |
|
4 | 4 | <sect1 id="release-8-4">
|
|
2303 | 2303 | Make processing of string literals and nested block comments
|
2304 | 2304 | match the main SQL parser's processing (Tom)
|
2305 | 2305 | </para>
|
| 2306 | + |
| 2307 | + <para> |
| 2308 | + In particular, the format string in <command>RAISE</> now works |
| 2309 | + the same as any other string literal, including being subject |
| 2310 | + to <varname>standard_conforming_strings</>. This change also |
| 2311 | + fixes other cases in which valid commands would fail when |
| 2312 | + <varname>standard_conforming_strings</> is on. |
| 2313 | + </para> |
2306 | 2314 | </listitem>
|
2307 | 2315 |
|
2308 | 2316 | <listitem>
|
|