diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-07 23:32:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-07 23:32:30 +0000 |
commit | 14bd7a018118a4036e91a5e8f78e8c84c04db452 (patch) | |
tree | de3b63883606392fced07757b45186db326df9ff /doc/FAQ_DEV | |
parent | 9fa14b1ea0efcfb89132d7eea4e6d000a608b52a (diff) | |
download | postgresql-14bd7a018118a4036e91a5e8f78e8c84c04db452.tar.gz postgresql-14bd7a018118a4036e91a5e8f78e8c84c04db452.zip |
Add SQL 2003 standards.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 7896181ded2..e90486a0f99 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Apr 7 18:01:59 EDT 2004 + Last updated: Wed Apr 7 19:32:25 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -512,8 +512,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. The SQL 200X standards are at - ftp://sqlstandards.org/SC32/WG3/Progression_Documents/FCD + for SQL99. The SQL 2003 standards are at + http://www.wiscorp.com/sql/sql_2003_standard.zip A summary of these standards is at http://dbs.uni-leipzig.de/en/lokal/standards.pdf. |