1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix typo in tag.

This commit is contained in:
Thomas G. Lockhart
1999-12-17 14:52:51 +00:00
parent aac9f5bee8
commit 97710d9f5a

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.11 1999/12/14 00:08:12 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.12 1999/12/17 14:52:51 thomas Exp $
Postgres documentation Postgres documentation
--> -->
@ -121,7 +121,7 @@ COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ]
a NULL value, so you should make sure that you use the same string a NULL value, so you should make sure that you use the same string
as you used on copy out. as you used on copy out.
</para> </para>
</hote> </note>
</listitem> </listitem>
</varlistentry> </varlistentry>