mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Spellchecking and such
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/insert.sgml,v 1.33 2006/09/18 19:54:01 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/insert.sgml,v 1.34 2006/10/23 18:10:32 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -234,7 +234,7 @@ INSERT INTO films DEFAULT VALUES;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To insert multiple rows using the multi-row <command>VALUES</> syntax:
|
||||
To insert multiple rows using the multirow <command>VALUES</> syntax:
|
||||
|
||||
<programlisting>
|
||||
INSERT INTO films (code, title, did, date_prod, kind) VALUES
|
||||
|
||||
Reference in New Issue
Block a user