diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-10-20 14:02:12 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-10-20 14:02:12 +0000 |
commit | 039f3f1b051b189e7ccf0c28d86d415e693ee8d6 (patch) | |
tree | f3b553aaec94aeefc6555be5e2f0cde82f49006d /doc/src | |
parent | 98dba6200a86713bf97d6e1499b28490fa2ea3b7 (diff) | |
download | postgresql-039f3f1b051b189e7ccf0c28d86d415e693ee8d6.tar.gz postgresql-039f3f1b051b189e7ccf0c28d86d415e693ee8d6.zip |
Fix discrepency in field names.
Thanks to Henry "He Weiping (Laser Henry)" <laser@zhengmai.com.cn>
for catching this.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/insert.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index a265ebaba43..d5ff484fe35 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -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> |