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/alter_domain.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/alter_domain.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_domain.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml index 7ecee65021..7d5f050196 100644 --- a/doc/src/sgml/ref/alter_domain.sgml +++ b/doc/src/sgml/ref/alter_domain.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.12 2004/03/23 13:21:41 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.13 2004/11/27 21:27:07 petere Exp $ PostgreSQL documentation --> @@ -203,7 +203,7 @@ ALTER DOMAIN zipcode DROP CONSTRAINT zipchk; <title>Compatibility</title> <para> - The <command>ALTER DOMAIN</command> statement is compatible with SQL99, + The <command>ALTER DOMAIN</command> statement is compatible with SQL:1999, except for the <literal>OWNER</> variant, which is a <productname>PostgreSQL</productname> extension. </para> |
