diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2004-11-27 21:27:08 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2004-11-27 21:27:08 +0000 |
| commit | 49cbef79479095caa5c8174b5d198265817c7856 (patch) | |
| tree | 37194a7002c41b93e816d816b56ffccca4de2642 /doc/src/sgml/ref/create_table_as.sgml | |
| parent | 90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb (diff) | |
| download | postgresql-49cbef79479095caa5c8174b5d198265817c7856.tar.gz | |
Update of conformance information to SQL:2003
by Troels Arvin, Simon Riggs, Elein Mustain
Make spelling of SQL standard names uniform.
Diffstat (limited to 'doc/src/sgml/ref/create_table_as.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_table_as.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index 2e0115e87d..8565b13d01 100644 --- a/doc/src/sgml/ref/create_table_as.sgml +++ b/doc/src/sgml/ref/create_table_as.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.24 2004/09/23 03:43:57 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.25 2004/11/27 21:27:07 petere Exp $ PostgreSQL documentation --> @@ -166,9 +166,9 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name <title>Compatibility</title> <para> - <command>CREATE TABLE AS</command> is specified by the SQL2003 + <command>CREATE TABLE AS</command> is specified by the SQL:2003 standard. There are some small differences between the definition - of the command in SQL2003 and its implementation in + of the command in SQL:2003 and its implementation in <productname>PostgreSQL</>: <itemizedlist spacing="compact"> |
