diff options
| author | Robert Haas <rhaas@postgresql.org> | 2009-12-19 00:05:27 +0000 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2009-12-19 00:05:27 +0000 |
| commit | 2e9468f2c850f2b712d23d110042cf14678c6791 (patch) | |
| tree | 03b07f646c6baf6f2d6350fca471473372e61d69 /doc/src | |
| parent | 2692274dd94e860403679d0d0e5c14f64ae3499c (diff) | |
Fix a few typos in the latest 8.5alpha3 release notes.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/release-8.5.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index 73ad960fa2d..27d598f6039 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.10 2009/12/18 22:11:09 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.11 2009/12/19 00:05:27 rhaas Exp $ --> <sect1 id="release-8-5"> <title>Release 8.5alpha3</title> @@ -667,7 +667,7 @@ instead of the former behavior that would replace any textual match including table names and column aliases (leading to syntax errors later on). PL/pgSQL variable names that match fully-reserved words - will now need to be quoted. An the other hand, a number of + will now need to be quoted. On the other hand, a number of PL/pgSQL-specific words were de-reserved.</emphasis> </para> <para> @@ -824,7 +824,7 @@ <para> <emphasis>Refactor ECPG grammar so that it uses the core grammar's unreserved_keyword list, minus a few specific words that have to be - treated specially. This de-reserves a number of works in ECPG.</emphasis> + treated specially. This de-reserves a number of words in ECPG.</emphasis> </para> </listitem> <listitem> |
