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/src | |
parent | 5c267325ecd33ac76a674a789b0f0062eeeeb313 (diff) | |
download | postgresql-282c581ca1d722114733b118fa2659bc818c2208.tar.gz postgresql-282c581ca1d722114733b118fa2659bc818c2208.zip |
Update 2003 as an official standard.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index c52eccfafbb..2f23c510c91 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Thu Oct 14 15:14:50 EDT 2004</P> + <P>Last updated: Thu Oct 14 17:39:02 EDT 2004</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -603,17 +603,20 @@ <H3><A name="1.12">1.12</A>) Where can I get a copy of the SQL standards?</H3> - <P>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 <a + <P>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: + <ul> + <li> SQL-92 <a href="http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt"> - http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt</a>. A - draft of the SQL99 standard is at <a + http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt</a></li> + <li> SQL-99 <a href="http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf"> - http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf</a>. - The draft SQL 2003 standard is at <a href= - "http://www.wiscorp.com/sql/sql_2003_standard.zip"> - http://www.wiscorp.com/sql/sql_2003_standard.zip</A></P> + http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf</a></li> + <li> SQL:2003 <a + href="http://www.wiscorp.com/sql/sql_2003_standard.zip"> + http://www.wiscorp.com/sql/sql_2003_standard.zip</A></li> + </ul> <P>Some SQL standards web pages are: <ul> |