mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added link to techdocs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117605 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5aa3b832c7
commit
815a968e2b
1 changed files with 10 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue