[DOCS] FAQ DEV 1.16, Link to SQL:2003 Draft is Broken

2006-05-01 Thread Volkan YAZICI
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.


Regards.

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [DOCS] FAQ DEV 1.16, Link to SQL:2003 Draft is Broken

2006-05-01 Thread Robert Treat
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 -	1.109
--- FAQ_DEV.html	1 May 2006 13:14:19 -
***
*** 704,710 
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";>http://www.wiscorp.com/sql/sql_2003_standard.zip
  
  
  Some SQL standards web pages are:
--- 704,710 
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf
  
SQL:2003 http://www.wiscorp.com/sql_2003_standard.zip";>http://www.wiscorp.com/sql_2003_standard.zip
  
  
  Some SQL standards web pages are:

---(end of broadcast)---
TIP 6: explain analyze is your friend