From: Bruce Momjian Date: Wed, 24 Aug 2005 19:41:33 +0000 (+0000) Subject: Run spellchecker over release notes. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=5a4553b05caa865822a21dcefd709acf9846da8c;p=users%2Fbernd%2Fpostgres.git Run spellchecker over release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 2832c168da..cd01a585d3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -7,7 +7,7 @@ Typical markup: [A-Za-z_][A-Za-z0-9_]+() [A-Za-z_]/[A-Za-z_]+ PostgreSQL -pg_[A-Za-z0-9_] +pg_[A-Za-z0-9_] [A-Z][A-Z] , &<> use & @@ -166,9 +166,9 @@ pg_[A-Za-z0-9_] Moving pgautovacuum from /contrib allows it to be - automatically started and stoped in sync with the database + automatically started and stopped in sync with the database server, and allows for pgautovacuum to be configured from - postgresql.conf. + postgresql.conf. @@ -271,8 +271,8 @@ pg_[A-Za-z0-9_] PostgreSQL project is planning to remove the special meaning of backslashes in strings. For backward compatibility and for users who want special backslash - procesing, a new string type will be created. This new string - type is formed by having an E preceed the single quote that + processing, a new string type will be created. This new string + type is formed by having an E precede the single quote that starts the string, e.g. E'hi\n'. While this release does not change the handling of backslashes in strings, it does add several new GUC variables to help users migrate applications @@ -616,7 +616,7 @@ pg_[A-Za-z0-9_] Using ALTER USER and ALTER DATABASE, limits can now be enforced on the maximum number of users who - can connect as as a specific uesr or to a specific database. + can connect as as a specific user or to a specific database. Setting the limit to zero disables user or database connections. @@ -1368,7 +1368,7 @@ pg_[A-Za-z0-9_] exception (Pavel Stehule) - These variables are only accessable inside exception blocks. + These variables are only accessible inside exception blocks. @@ -1478,7 +1478,7 @@ pg_[A-Za-z0-9_] This is basically implemented by wrapping every statement in a - subtransaction. + sub-transaction. @@ -1710,7 +1710,7 @@ pg_[A-Za-z0-9_] - Modify postgresql.conf to use documention defaults + Modify postgresql.conf to use documentation defaults on/off rather than true/false (Bruce) @@ -1793,7 +1793,7 @@ pg_[A-Za-z0-9_] - Implemention of OpenPGP symmetric-key and public-key encryption + implementation of OpenPGP symmetric-key and public-key encryption Supported are both RSA and Elgamal public-key algorithms. @@ -1802,7 +1802,7 @@ pg_[A-Za-z0-9_] - Standalone build: include SHA256/384/512 hashes, Fortuna PRNG + Stand alone build: include SHA256/384/512 hashes, Fortuna PRNG @@ -1872,7 +1872,7 @@ pg_[A-Za-z0-9_] The lesser problem is that the contrib/tsearch2 module - creates several functions that are misdeclared to return + creates several functions that are improperly declared to return internal when they do not accept internal arguments. This breaks type safety for all functions using internal arguments.