mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Back out password packet length check.
Improve wording of pre-7.3 syntax mention.
This commit is contained in:
@@ -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> }
|
||||
|
||||
Reference in New Issue
Block a user