|
12 | 12 | <H1>Developer's Frequently Asked Questions (FAQ) for
|
13 | 13 | PostgreSQL</H1>
|
14 | 14 |
|
15 |
| -<P>Last updated:Tue Apr16 22:10:03 EDT 2002</P> |
| 15 | +<P>Last updated:Wed Apr17 00:59:45 EDT 2002</P> |
16 | 16 |
|
17 | 17 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
18 | 18 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
@@ -42,6 +42,8 @@ <H2>General Questions</H2>
|
42 | 42 | <Ahref="#1.9">1.9</A>) Why don't we use threads in the backend?<BR>
|
43 | 43 | <Ahref="#1.10">1.10</A>) How are RPM's packaged?<BR>
|
44 | 44 | <Ahref="#1.11">1.11</A>) How are CVS branches handled?<BR>
|
| 45 | +<Ahref="#1.12">1.12</A>) Where can I get a copy of the SQL |
| 46 | + standards?<BR> |
45 | 47 |
|
46 | 48 | <CENTER>
|
47 | 49 | <H2>Technical Questions</H2>
|
@@ -570,6 +572,24 @@ <H3><A name="1.11">1.11</A>) How are CVS branches managed?</H3>
|
570 | 572 | dot-release or two, so that we won't have to double-patch the first
|
571 | 573 | wave of fixes.</P>
|
572 | 574 |
|
| 575 | +<H3><Aname="1.12">1.12</A>) Where can I get a copy of the SQL |
| 576 | + standards?</H3> |
| 577 | + |
| 578 | +<P>There are two pertinent standards, SQL92 and SQL99. These |
| 579 | + standards are endorsed by ANSI and ISO. A draft of the SQL92 |
| 580 | + standard is available at<a |
| 581 | +href="http://www.contrib.andrew.cmu.edu/~shadow/"> |
| 582 | + http://www.contrib.andrew.cmu.edu/~shadow/</a>. The SQL99 standard |
| 583 | + must be purchased from ANSI at<a |
| 584 | +href="http://www.ansi.org/">http://www.ansi.org/</a>. The main |
| 585 | + standards document is ANSI/ISO/IEC 9075-2-1999.</P> |
| 586 | + |
| 587 | +<P>A summary of these standards is at<a |
| 588 | +href="http://dbs.uni-leipzig.de/en/lokal/standards.pdf"> |
| 589 | + http://dbs.uni-leipzig.de/en/lokal/standards.pdf</a> and<a |
| 590 | +href="http://db.konkuk.ac.kr/present/SQL3.pdf"> |
| 591 | + http://db.konkuk.ac.kr/present/SQL3.pdf</a>.</P> |
| 592 | + |
573 | 593 | <CENTER>
|
574 | 594 | <H2>Technical Questions</H2>
|
575 | 595 | </CENTER>
|
|