diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-14 21:46:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-14 21:46:18 +0000 |
commit | b595d0c514e0510ccf4c7e4e3ee62db3f49e0036 (patch) | |
tree | a32dc7c25c6aedfbd8359a4aa27dca07eedc2e4d /doc/FAQ_DEV | |
parent | 282c581ca1d722114733b118fa2659bc818c2208 (diff) | |
download | postgresql-b595d0c514e0510ccf4c7e4e3ee62db3f49e0036.tar.gz postgresql-b595d0c514e0510ccf4c7e4e3ee62db3f49e0036.zip |
Update standards names.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 07c3e851b04..20ddf67df55 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Oct 14 17:39:02 EDT 2004 + Last updated: Thu Oct 14 17:46:01 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -507,11 +507,11 @@ 1.12) Where can I get a copy of the SQL standards? - There are three major standards: SQL-92, SQL-99, and SQL:2003. These + There are three major standards: SQL-92, SQL:1999, and SQL:2003. These standards are endorsed by ANSI and ISO. Draft versions can be download from: * SQL-92 http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt - * SQL-99 + * SQL:1999 http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso- 9075-2-1999.pdf * SQL:2003 http://www.wiscorp.com/sql/sql_2003_standard.zip |