diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-14 21:39:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-14 21:39:15 +0000 |
commit | 282c581ca1d722114733b118fa2659bc818c2208 (patch) | |
tree | 9f3d6082b89fbf10f1cef241728315163d34a9b1 /doc/FAQ_DEV | |
parent | 5c267325ecd33ac76a674a789b0f0062eeeeb313 (diff) | |
download | postgresql-282c581ca1d722114733b118fa2659bc818c2208.tar.gz postgresql-282c581ca1d722114733b118fa2659bc818c2208.zip |
Update 2003 as an official standard.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index b7a8e5d827f..07c3e851b04 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 15:14:50 EDT 2004 + Last updated: Thu Oct 14 17:39:02 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -507,14 +507,15 @@ 1.12) Where can I get a copy of the SQL standards? - There are two major standards, SQL92 and SQL99. These standards are - endorsed by ANSI and ISO. A draft of the SQL92 standard is available - at http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt. A draft - of the SQL99 standard is at - http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075 - -2-1999.pdf. The draft SQL 2003 standard is at - http://www.wiscorp.com/sql/sql_2003_standard.zip - + There are three major standards: SQL-92, SQL-99, 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 + 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 + Some SQL standards web pages are: * http://troels.arvin.dk/db/rdbms/links/#standards * http://www.wiscorp.com/SQLStandards.html |