diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-15 16:10:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-15 16:10:31 +0000 |
commit | 7bcbc0488e79193651cb4b17cde76320588422df (patch) | |
tree | e529dcaf62081c9f2121d53be5838fb4ae492e91 /doc/FAQ_DEV | |
parent | 4d94e99b90c2353718b74beaebf5c852dcef9e09 (diff) | |
download | postgresql-7bcbc0488e79193651cb4b17cde76320588422df.tar.gz postgresql-7bcbc0488e79193651cb4b17cde76320588422df.zip |
New wording on the three standards.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 1bb5c54abd1..e7cf50d09e2 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Oct 14 17:47:04 EDT 2004 + Last updated: Fri Oct 15 12:10:14 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -507,9 +507,9 @@ 1.12) Where can I get a copy of the SQL standards? - There are three major standards: SQL-92, SQL:1999, and SQL:2003. These - standards are endorsed by ANSI and ISO. Draft versions can be download - from: + There are three versions of the SQL standard: SQL-92, SQL:1999, and + SQL:2003. They 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:1999 http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso- |