Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
282c581c
Commit
282c581c
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update 2003 as an official standard.
parent
5c267325
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+10
-9
10 additions, 9 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+13
-10
13 additions, 10 deletions
doc/src/FAQ/FAQ_DEV.html
with
23 additions
and
19 deletions
doc/FAQ_DEV
+
10
−
9
View file @
282c581c
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Thu Oct 14 1
5:14:50
EDT 2004
Last updated: Thu Oct 14 1
7:39:02
EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -507,14 +507,15 @@
...
@@ -507,14 +507,15 @@
1.12) Where can I get a copy of the SQL standards?
1.12) Where can I get a copy of the SQL standards?
There are two major standards, SQL92 and SQL99. These standards are
There are three major standards: SQL-92, SQL-99, and SQL:2003. These
endorsed by ANSI and ISO. A draft of the SQL92 standard is available
standards are endorsed by ANSI and ISO. Draft versions can be download
at http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt. A draft
from:
of the SQL99 standard is at
* SQL-92 http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075
* SQL-99
-2-1999.pdf. The draft SQL 2003 standard is at
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-
http://www.wiscorp.com/sql/sql_2003_standard.zip
9075-2-1999.pdf
* SQL:2003 http://www.wiscorp.com/sql/sql_2003_standard.zip
Some SQL standards web pages are:
Some SQL standards web pages are:
* http://troels.arvin.dk/db/rdbms/links/#standards
* http://troels.arvin.dk/db/rdbms/links/#standards
* http://www.wiscorp.com/SQLStandards.html
* http://www.wiscorp.com/SQLStandards.html
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
13
−
10
View file @
282c581c
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated: Thu Oct 14 1
5:14:50
EDT 2004
</P>
<P>
Last updated: Thu Oct 14 1
7:39:02
EDT 2004
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -603,17 +603,20 @@
...
@@ -603,17 +603,20 @@
<H3><A
name=
"1.12"
>
1.12
</A>
) Where can I get a copy of the SQL
<H3><A
name=
"1.12"
>
1.12
</A>
) Where can I get a copy of the SQL
standards?
</H3>
standards?
</H3>
<P>
There are two major standards, SQL92 and SQL99. These
<P>
There are three major standards: SQL-92, SQL-99, and SQL:2003.
standards are endorsed by ANSI and ISO. A draft of the SQL92
These standards are endorsed by ANSI and ISO. Draft versions can
standard is available at
<a
be download from:
<ul>
<li>
SQL-92
<a
href=
"http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt"
>
href=
"http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt"
>
http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
</a>
. A
http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
</a>
</li>
draft of the
SQL99
standard is at
<a
<li>
SQL
-
99
<a
href=
"http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf"
>
href=
"http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf"
>
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf
</a>
.
http://www.cse.iitb.ac.in/dbms/Data/Papers-Other/SQL1999/ansi-iso-9075-2-1999.pdf
</a></li>
The draft SQL 2003 standard is at
<a
href=
<li>
SQL:2003
<a
"http://www.wiscorp.com/sql/sql_2003_standard.zip"
>
href=
"http://www.wiscorp.com/sql/sql_2003_standard.zip"
>
http://www.wiscorp.com/sql/sql_2003_standard.zip
</A></P>
http://www.wiscorp.com/sql/sql_2003_standard.zip
</A></li>
</ul>
<P>
Some SQL standards web pages are:
<P>
Some SQL standards web pages are:
<ul>
<ul>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment