mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Change COPY CSV keyword to be:
FORCE QUOTE to force quotes FORCE NOT NULL to quote null input values
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.111 2004/04/19 17:22:30 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.112 2004/04/21 00:34:18 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -713,8 +713,8 @@ testdb=>
|
||||
[ <literal>null [as] </literal> '<replaceable class="parameter">string</replaceable>' ]</literal>
|
||||
[ <literal>csv [ quote [as] </literal> '<replaceable class="parameter">character</replaceable>' ]
|
||||
[ <literal>escape [as] </literal> '<replaceable class="parameter">character</replaceable>' ]
|
||||
[ <literal>force</> <replaceable class="parameter">column_list</replaceable> ]
|
||||
[ <literal>literal</> <replaceable class="parameter">column_list</replaceable> ] ]
|
||||
[ <literal>force quote</> <replaceable class="parameter">column_list</replaceable> ]
|
||||
[ <literal>force not null</> <replaceable class="parameter">column_list</replaceable> ] ]
|
||||
</term>
|
||||
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user