mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Terminology cleanup: class -> table, instance -> row, attribute -> column,
etc.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.12 2000/12/25 23:15:26 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.13 2001/01/13 23:58:55 petere Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
@ -129,7 +129,7 @@ INSERT 0 <replaceable>#</replaceable>
|
||||
|
||||
<para>
|
||||
<command>INSERT</command> allows one to insert new rows into a
|
||||
class or table. One can insert
|
||||
table. One can insert
|
||||
a single row at a time or several rows as a result of a query.
|
||||
The columns in the target list may be listed in any order.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user