Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d645fda

Browse files
committed
Add standards URL's.
1 parent e92b007 commit d645fda

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

doc/FAQ_DEV

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Oct 4 11:29:26 EDT 2004
4+
Last updated: Thu Oct 14 15:00:26 EDT 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -509,16 +509,18 @@
509509

510510
There are two pertinent standards, SQL92 and SQL99. These standards
511511
are endorsed by ANSI and ISO. A draft of the SQL92 standard is
512-
available at http://www.contrib.andrew.cmu.edu/~shadow/. The SQL99
513-
standard must be purchased from ANSI at
514-
http://webstore.ansi.org/ansidocstore/default.asp. The main standards
515-
documents are ANSI X3.135-1992 for SQL92 and ANSI/ISO/IEC 9075-2-1999
516-
for SQL99. The SQL 2003 standards are at
512+
available at
513+
http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax. A draft of
514+
the SQL99 standard is at
515+
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075
516+
-2-1999.pdf. The SQL 2003 standard is at
517517
http://www.wiscorp.com/sql/sql_2003_standard.zip
518518

519-
A summary of these standards is at
520-
http://dbs.uni-leipzig.de/en/lokal/standards.pdf.
521-
519+
Some SQL standards web pages are:
520+
* http://www.wiscorp.com/SQLStandards.html
521+
* http://troels.arvin.dk/db/rdbms/links/#standards
522+
* http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper)
523+
522524
Technical Questions
523525

524526
2.1) How do I efficiently access information in tables from the backend code?

doc/src/FAQ/FAQ_DEV.html

+19-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Mon Oct 4 11:29:26 EDT 2004</P>
15+
<P>Last updated: Thu Oct 14 15:00:26 EDT 2004</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -606,20 +606,28 @@ <H3><A name="1.12">1.12</A>) Where can I get a copy of the SQL
606606
<P>There are two pertinent standards, SQL92 and SQL99. These
607607
standards are endorsed by ANSI and ISO. A draft of the SQL92
608608
standard is available at <a
609-
href="http://www.contrib.andrew.cmu.edu/~shadow/">
610-
http://www.contrib.andrew.cmu.edu/~shadow/</a>. The SQL99 standard
611-
must be purchased from ANSI at <a
612-
href="http://webstore.ansi.org/ansidocstore/default.asp">
613-
http://webstore.ansi.org/ansidocstore/default.asp</a>. The main
614-
standards documents are ANSI X3.135-1992 for SQL92 and ANSI/ISO/IEC
615-
9075-2-1999 for SQL99. The SQL 2003 standards are at <a href=
609+
http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax">
610+
http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax</a>. A
611+
draft of the SQL99 standard is at <a
612+
href="http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf">
613+
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf</a>.
614+
The SQL 2003 standard is at <a href=
616615
"http://www.wiscorp.com/sql/sql_2003_standard.zip">
617616
http://www.wiscorp.com/sql/sql_2003_standard.zip</A></P>
618617

619-
<P>A summary of these standards is at <a
618+
<P>Some SQL standards web pages are:
619+
<ul>
620+
<li><a
621+
href="http://www.wiscorp.com/SQLStandards.html">
622+
http://www.wiscorp.com/SQLStandards.html</a></li>
623+
<li><a
624+
href="http://troels.arvin.dk/db/rdbms/links/#standards">
625+
http://troels.arvin.dk/db/rdbms/links/#standards</a></li>
626+
<li><a
620627
href="http://dbs.uni-leipzig.de/en/lokal/standards.pdf">
621-
http://dbs.uni-leipzig.de/en/lokal/standards.pdf</a>.</P>
622-
628+
http://dbs.uni-leipzig.de/en/lokal/standards.pdf</a> (paper)</li>
629+
</ul>
630+
623631
<CENTER>
624632
<H2>Technical Questions</H2>
625633
</CENTER>

0 commit comments

Comments
 (0)