]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix discrepency in field names.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 20 Oct 2000 14:02:12 +0000 (14:02 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 20 Oct 2000 14:02:12 +0000 (14:02 +0000)
 Thanks to Henry "He Weiping (Laser Henry)" <laser@zhengmai.com.cn>
 for catching this.

doc/src/sgml/ref/insert.sgml

index a265ebaba430399b27c585f2210e2f3f50def949..d5ff484fe3525c8906a3ac8042ca96926a5a2260 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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
 -->
 
@@ -168,7 +168,7 @@ INSERT INTO films VALUES
   </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:
 
    <programlisting>