Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 039f3f1

Browse files
author
Thomas G. Lockhart
committed
Fix discrepency in field names.
Thanks to Henry "He Weiping (Laser Henry)" <[email protected]> for catching this.
1 parent 98dba62 commit 039f3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/insert.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.10 2000/10/05 19:48:18 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.11 2000/10/20 14:02:12 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -168,7 +168,7 @@ INSERT INTO films VALUES
168168
</para>
169169

170170
<para>
171-
In this second example the column <literal>date_prod</literal> is
171+
In this second example the last column <literal>len</literal> is
172172
omitted and therefore it will have the default value of NULL:
173173

174174
<programlisting>

0 commit comments

Comments
 (0)