|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.78 2007/01/31 23:26:03 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.79 2007/04/18 00:17:56 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -171,7 +171,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c |
171 | 171 | <term><replaceable class="parameter">delimiter</replaceable></term> |
172 | 172 | <listitem> |
173 | 173 | <para> |
174 | | - The single character that separates columns within each row |
| 174 | + The singleASCIIcharacter that separates columns within each row |
175 | 175 | (line) of the file. The default is a tab character in text mode, |
176 | 176 | a comma in <literal>CSV</> mode. |
177 | 177 | </para> |
|