Update 2003 as an official standard.
authorBruce Momjian
Thu, 14 Oct 2004 21:39:15 +0000 (21:39 +0000)
committerBruce Momjian
Thu, 14 Oct 2004 21:39:15 +0000 (21:39 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index b7a8e5d827faa8e4e32991bcd36c07ce3b13b229..07c3e851b0457f20e817120bf32e102d1cfe3bb1 100644 (file)
@@ -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 ([email protected])
    
    
   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
index c52eccfafbbec9507fa88304608f1d9f9281742b..2f23c510c916676ebe1e59728a113a3c66d1250b 100644 (file)
@@ -12,7 +12,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 (

     

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 
+    

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 
         href="http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt">
    -    http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt. A
    -    draft of the SQL99 standard is at 
    +    http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
  • +    
  •  SQL-99 
         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.
    -    The draft SQL 2003 standard is at 
    -    "http://www.wiscorp.com/sql/sql_2003_standard.zip">
    -    http://www.wiscorp.com/sql/sql_2003_standard.zip

    +    http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf
  • +    
  •  SQL:2003 
    +    href="http://www.wiscorp.com/sql/sql_2003_standard.zip">
    +    http://www.wiscorp.com/sql/sql_2003_standard.zip
  • +    
     
         

    Some SQL standards web pages are: