|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.10 2009/12/18 22:11:09 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.11 2009/12/19 00:05:27 rhaas Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-8-5">
|
4 | 4 | <title>Release 8.5alpha3</title>
|
|
667 | 667 | instead of the former behavior that would replace any textual match
|
668 | 668 | including table names and column aliases (leading to syntax errors
|
669 | 669 | later on). PL/pgSQL variable names that match fully-reserved words
|
670 |
| - will now need to be quoted.An the other hand, a number of |
| 670 | + will now need to be quoted.On the other hand, a number of |
671 | 671 | PL/pgSQL-specific words were de-reserved.</emphasis>
|
672 | 672 | </para>
|
673 | 673 | <para>
|
|
824 | 824 | <para>
|
825 | 825 | <emphasis>Refactor ECPG grammar so that it uses the core grammar's
|
826 | 826 | unreserved_keyword list, minus a few specific words that have to be
|
827 |
| - treated specially. This de-reserves a number ofworks in ECPG.</emphasis> |
| 827 | + treated specially. This de-reserves a number ofwords in ECPG.</emphasis> |
828 | 828 | </para>
|
829 | 829 | </listitem>
|
830 | 830 | <listitem>
|
|