diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-30 16:00:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-30 16:00:41 +0000 |
commit | f7e089b3fac5af49815e5cda2e0c3a05625eea19 (patch) | |
tree | 31f848f12d74a259bdce1650f620d50e53fc326b /doc/src | |
parent | 9a0b4d7f847469544798133391e221481548e1b9 (diff) | |
download | postgresql-f7e089b3fac5af49815e5cda2e0c3a05625eea19.tar.gz postgresql-f7e089b3fac5af49815e5cda2e0c3a05625eea19.zip |
Back out password packet length check.
Improve wording of pre-7.3 syntax mention.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/select.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index c5c8fcbb947..677ec5792a9 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.38 2002/08/30 03:18:23 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.39 2002/08/30 16:00:41 momjian Exp $ PostgreSQL documentation --> @@ -700,7 +700,7 @@ ZW ZIMBABWE There is no <command>COPY</command> statement in SQL92. </para> <para> - The following syntax was used by pre-7.3 servers and is still supported: + The following syntax was used by pre-7.3 applications and is still supported: <synopsis> COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ] FROM { '<replaceable class="parameter">filename</replaceable>' | <filename>stdin</filename> } diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 1feaa6f7b48..7192de53e0d 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.59 2002/08/30 03:18:23 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.60 2002/08/30 16:00:41 momjian Exp $ PostgreSQL documentation --> @@ -869,7 +869,7 @@ SELECT name FROM distributors ORDER BY code; FOR UPDATE cannot be used in contexts where returned rows can't be clearly identified with individual table rows; for example it can't be used with aggregation. FOR UPDATE may also appear before LIMIT for portability with - pre-7.3 servers. + pre-7.3 applications. </para> </refsect2> |