10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30a72d commit 739425dCopy full SHA for 739425d
doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.78 2007/01/31 23:26:03 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.79 2007/04/18 00:17:56 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -171,7 +171,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
171
<term><replaceable class="parameter">delimiter</replaceable></term>
172
<listitem>
173
<para>
174
- The single character that separates columns within each row
+ The single ASCII character that separates columns within each row
175
(line) of the file. The default is a tab character in text mode,
176
a comma in <literal>CSV</> mode.
177
</para>
0 commit comments