summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/insert.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2001-12-08 03:24:40 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2001-12-08 03:24:40 +0000
commit03a321d2143cd1168d10960cada9d688c5140520 (patch)
treed3f74d5cb79cb163ccef02e64f0d1e30f5c28221 /doc/src/sgml/ref/insert.sgml
parent68cb184b562b3713ccc3be1cc21fbd3122493b32 (diff)
downloadpostgresql-03a321d2143cd1168d10960cada9d688c5140520.tar.gz
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
Diffstat (limited to 'doc/src/sgml/ref/insert.sgml')
-rw-r--r--doc/src/sgml/ref/insert.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml
index aad43dd010..7788d91cf2 100644
--- a/doc/src/sgml/ref/insert.sgml
+++ b/doc/src/sgml/ref/insert.sgml
@@ -1,6 +1,6 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.15 2001/09/03 12:57:50 petere Exp $
-Postgres documentation
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/insert.sgml,v 1.16 2001/12/08 03:24:37 thomas Exp $
+PostgreSQL documentation
-->
<refentry id="SQL-INSERT">
@@ -135,7 +135,7 @@ INSERT 0 <replaceable>#</replaceable>
<para>
Each column not present in the target list will be inserted
using a default value, either a declared DEFAULT value
- or NULL. <productname>Postgres</productname> will reject the new
+ or NULL. <productname>PostgreSQL</productname> will reject the new
column if a NULL is inserted into a column declared NOT NULL.
</para>