aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_sequence.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/create_sequence.sgml
parent68cb184b562b3713ccc3be1cc21fbd3122493b32 (diff)
downloadpostgresql-03a321d2143cd1168d10960cada9d688c5140520.tar.gz
postgresql-03a321d2143cd1168d10960cada9d688c5140520.zip
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r--doc/src/sgml/ref/create_sequence.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index f2e343660d8..e528658d0dd 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -1,6 +1,6 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.22 2001/11/28 15:33:48 tgl Exp $
-Postgres documentation
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.23 2001/12/08 03:24:35 thomas Exp $
+PostgreSQL documentation
-->
<refentry id="SQL-CREATESEQUENCE">
@@ -362,7 +362,7 @@ END;
</title>
<para>
- <command>CREATE SEQUENCE</command> is a <productname>Postgres</productname>
+ <command>CREATE SEQUENCE</command> is a <productname>PostgreSQL</productname>
language extension.
There is no <command>CREATE SEQUENCE</command> statement
in <acronym>SQL92</acronym>.