On Monday 01 May 2006 05:43, Volkan YAZICI wrote: > Hi, > > Seems like link for SQL:2003 draft in Developers FAQ 1.16 [Where can I > get a copy of the SQL standards?] is broken. Maybe we can replace it > with some other listed in the > google.com/search?q=sql_2003_standard.zip+-wiscorp > > IMHO, if it won't cause a bandwidth problem, I'd prefer to see SQL > standards' drafts in the PostgreSQL.org servers. >
I believe there are legal issues with us doing such a thing (ie. we'd need someone to write a version that we are allowed to distribute). In the mean time, the attached patch updates the link. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: FAQ_DEV.html =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/FAQ/FAQ_DEV.html,v retrieving revision 1.109 diff -c -r1.109 FAQ_DEV.html *** FAQ_DEV.html 1 Mar 2006 22:24:51 -0000 1.109 --- FAQ_DEV.html 1 May 2006 13:14:19 -0000 *************** *** 704,710 **** 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:</P> --- 704,710 ---- 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_2003_standard.zip">http://www.wiscorp.com/sql_2003_standard.zip</A></LI> </UL> <P>Some SQL standards web pages are:</P>
---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend