conni Sat Feb 22 18:21:57 2003 EDT Modified files: /phpdoc/en/reference/pgsql reference.xml Log: added link to techdocs Index: phpdoc/en/reference/pgsql/reference.xml diff -u phpdoc/en/reference/pgsql/reference.xml:1.12 phpdoc/en/reference/pgsql/reference.xml:1.13 --- phpdoc/en/reference/pgsql/reference.xml:1.12 Sun Dec 1 12:10:17 2002 +++ phpdoc/en/reference/pgsql/reference.xml Sat Feb 22 18:21:57 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <reference id="ref.pgsql"> <title>PostgreSQL functions</title> <titleabbrev>PostgreSQL</titleabbrev> @@ -9,12 +9,12 @@ &reftitle.intro; <para> PostgreSQL database is Open Source product and available without - cost. Postgres, developed originally in the UC Berkeley Computer Science - Department, pioneered many of the object-relational concepts now - becoming available in some commercial databases. It provides - SQL92/SQL99 language support, transaction integrity and type - extensibility. PostgreSQL is an open source descendant of this - original Berkeley code. + cost. Postgres, developed originally in the UC Berkeley Computer + Science Department, pioneered many of the object-relational concepts + now becoming available in some commercial databases. It provides + SQL92/SQL99 language support, transactions, referential integrity, + stored procedures and type extensibility. PostgreSQL is an open source + descendant of this original Berkeley code. </para> </section> @@ -25,8 +25,9 @@ later, PostgreSQL 7.0 or later to enable all PostgreSQL module features. PostgreSQL supports many character encoding including multibyte character encoding. The current version and more - information about PostgreSQL is available at <ulink - url="&url.pgsql;">&url.pgsql;</ulink>. + information about PostgreSQL is available at + <ulink url="&url.pgsql;">&url.pgsql;</ulink> and + <ulink url="http://techdocs.postgresql.org;">http://techdocs.postgresql.org</ulink>. </para> </section>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php