diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2001-12-08 03:24:40 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2001-12-08 03:24:40 +0000 |
| commit | 03a321d2143cd1168d10960cada9d688c5140520 (patch) | |
| tree | d3f74d5cb79cb163ccef02e64f0d1e30f5c28221 /doc/src/sgml/ref/create_table.sgml | |
| parent | 68cb184b562b3713ccc3be1cc21fbd3122493b32 (diff) | |
| download | postgresql-03a321d2143cd1168d10960cada9d688c5140520.tar.gz | |
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index e583c188dd..ec264dbb11 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,6 +1,6 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.49 2001/11/18 20:35:02 petere Exp $ -Postgres documentation +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.50 2001/12/08 03:24:35 thomas Exp $ +PostgreSQL documentation --> <refentry id="SQL-CREATETABLE"> @@ -186,7 +186,8 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is: </para> <!-- <para> - Postgres automatically allows the created table to inherit + <application>PostgreSQL</application> automatically allows the + created table to inherit functions on tables above it in the inheritance hierarchy; that is, if we create table <literal>foo</literal> inheriting from <literal>bar</literal>, then functions that accept the tuple |
