diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-14 19:13:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-14 19:13:12 +0000 |
commit | 43338f3f56b9a2a27d955db59f27669b78418e6f (patch) | |
tree | 689f6527653bf4456597743d8c00d51793cf4649 /doc/FAQ_DEV | |
parent | cd352ac61f1c773a7c27df10cbdce33475190b70 (diff) | |
download | postgresql-43338f3f56b9a2a27d955db59f27669b78418e6f.tar.gz postgresql-43338f3f56b9a2a27d955db59f27669b78418e6f.zip |
Reorder links.
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 b13853332c2..8f0ea8294d1 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 15:10:20 EDT 2004 + Last updated: Thu Oct 14 15:12:54 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -516,9 +516,9 @@ http://www.wiscorp.com/sql/sql_2003_standard.zip Some SQL standards web pages are: - * http://www.wiscorp.com/SQLStandards.html * http://troels.arvin.dk/db/rdbms/links/#standards - * http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax + * http://www.wiscorp.com/SQLStandards.html + * http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax (SQL92) * http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper) Technical Questions |