Commit 039f3f1b authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Fix discrepency in field names.

 Thanks to Henry "He Weiping (Laser Henry)" <laser@zhengmai.com.cn>
 for catching this.
parent 98dba620
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.10 2000/10/05 19:48:18 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.11 2000/10/20 14:02:12 thomas Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -168,7 +168,7 @@ INSERT INTO films VALUES ...@@ -168,7 +168,7 @@ INSERT INTO films VALUES
</para> </para>
<para> <para>
In this second example the column <literal>date_prod</literal> is In this second example the last column <literal>len</literal> is
omitted and therefore it will have the default value of NULL: omitted and therefore it will have the default value of NULL:
<programlisting> <programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment