Re: Some developer FAQ links need updating

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Troels Arvin <troels(at)arvin(dot)dk>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Some developer FAQ links need updating
Date: 2004-10-14 21:49:20
Message-ID: 200410142149.i9ELnK405473@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Troels Arvin wrote:
> Hello Bruce,
>
> On Thu, 2004-10-14 at 17:19 -0400, Bruce Momjian wrote:
> > I have updated it to:
> >
> > 1.12) Where can I get a copy of the SQL standards?
> > [...]
>
> Great.
>
> > There are two major standards, SQL92 and SQL99.
>
> Shouldn't that be SQL-92 and SQL:2003, by the way? (SQL:2003 was
> ratified early 2004.)

Updated. I wasn't aware SQL:2003 was ratified.

New text is:

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:
* 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-9075-2-1999.pdf
* SQL:2003 http://www.wiscorp.com/sql/sql_2003_standard.zip

Some SQL standards web pages are:
* http://troels.arvin.dk/db/rdbms/links/#standards
* http://www.wiscorp.com/SQLStandards.html
* http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax (SQL-92)
* http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-14 22:19:21 Re: Some developer FAQ links need updating
Previous Message Troels Arvin 2004-10-14 21:30:41 Re: Some developer FAQ links need updating