Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14bd7a0

Browse files
committed
Add SQL 2003 standards.
1 parent 9fa14b1 commit 14bd7a0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/FAQ_DEV

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Apr 7 18:01:59 EDT 2004
4+
Last updated: Wed Apr 7 19:32:25 EDT 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -512,8 +512,8 @@
512512
standard must be purchased from ANSI at
513513
http://webstore.ansi.org/ansidocstore/default.asp. The main standards
514514
documents are ANSI X3.135-1992 for SQL92 and ANSI/ISO/IEC 9075-2-1999
515-
for SQL99. The SQL 200X standards are at
516-
ftp://sqlstandards.org/SC32/WG3/Progression_Documents/FCD
515+
for SQL99. The SQL 2003 standards are at
516+
http://www.wiscorp.com/sql/sql_2003_standard.zip
517517

518518
A summary of these standards is at
519519
http://dbs.uni-leipzig.de/en/lokal/standards.pdf.

doc/src/FAQ/FAQ_DEV.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Wed Apr 7 18:01:59 EDT 2004</P>
15+
<P>Last updated: Wed Apr 7 19:32:25 EDT 2004</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -611,9 +611,9 @@ <H3><A name="1.12">1.12</A>) Where can I get a copy of the SQL
611611
href="http://webstore.ansi.org/ansidocstore/default.asp">
612612
http://webstore.ansi.org/ansidocstore/default.asp</a>. The main
613613
standards documents are ANSI X3.135-1992 for SQL92 and ANSI/ISO/IEC
614-
9075-2-1999 for SQL99. The SQL 200X standards are at <a href=
615-
"ftp://sqlstandards.org/SC32/WG3/Progression_Documents/FCD">
616-
ftp://sqlstandards.org/SC32/WG3/Progression_Documents/FCD</A></P>
614+
9075-2-1999 for SQL99. The SQL 2003 standards are at <a href=
615+
"http://www.wiscorp.com/sql/sql_2003_standard.zip">
616+
http://www.wiscorp.com/sql/sql_2003_standard.zip</A></P>
617617

618618
<P>A summary of these standards is at <a
619619
href="http://dbs.uni-leipzig.de/en/lokal/standards.pdf">

0 commit comments

Comments
 (0)