diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-08 01:52:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-08 01:52:14 +0000 |
commit | ff9d69d931367f7fdb5a6c22c1242c19201b7a5a (patch) | |
tree | 101cfaa45e4420771f417ee7ea947ada74e04466 /doc/src | |
parent | 2539edc53fed88eed29a9bbef40279e225738eed (diff) | |
download | postgresql-ff9d69d931367f7fdb5a6c22c1242c19201b7a5a.tar.gz postgresql-ff9d69d931367f7fdb5a6c22c1242c19201b7a5a.zip |
This patch adds SQL2003 to the set of standards with which PostgreSQL
is attempting to comply.
David Fetter
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/intro.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index cfd4b9c5a42..2687fdb0787 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/intro.sgml,v 1.24 2003/11/29 19:51:37 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/intro.sgml,v 1.25 2004/08/08 01:52:14 momjian Exp $ --> <preface id="preface"> @@ -98,8 +98,8 @@ $PostgreSQL: pgsql/doc/src/sgml/intro.sgml,v 1.24 2003/11/29 19:51:37 pgsql Exp <para> <productname>PostgreSQL</productname> is an open-source descendant - of this original Berkeley code. It supports SQL92 and SQL99 and - offers many modern features: + of this original Berkeley code. It supports SQL92, SQL99 and + SQL2003 and offers many modern features: <itemizedlist spacing="compact"> <listitem> |