diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-19 01:38:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-19 01:38:41 +0000 |
commit | 9b13db687e6eedc6fa11c830762edc589ea53da9 (patch) | |
tree | 446dfc39db011abefea50549c21f05b140f4923d /doc/FAQ_DEV | |
parent | d8f4eff89c0e4583d196779b15c93e23d8885c42 (diff) | |
download | postgresql-9b13db687e6eedc6fa11c830762edc589ea53da9.tar.gz postgresql-9b13db687e6eedc6fa11c830762edc589ea53da9.zip |
Add SQL 200X standards URL.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 7be91844c82..dd82f47ce1e 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Tue Feb 18 11:38:00 EST 2003 + Last updated: Tue Feb 18 20:38:29 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -505,7 +505,8 @@ standard must be purchased from ANSI at http://webstore.ansi.org/ansidocstore/default.asp. The main standards documents are ANSI X3.135-1992 for SQL92 and ANSI/ISO/IEC 9075-2-1999 - for SQL99. + for SQL99. The SQL 200X standards are at + ftp://sqlstandards.org/SC32/WG3/Progression_Documents/FCD A summary of these standards is at http://dbs.uni-leipzig.de/en/lokal/standards.pdf and |