mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix pg_qeury description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77246 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b53616b664
commit
63ac3c9207
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.83 $ -->
|
||||
<!-- $Revision: 1.84 $ -->
|
||||
<reference id="ref.pgsql">
|
||||
<title>PostgreSQL functions</title>
|
||||
<titleabbrev>PostgreSQL</titleabbrev>
|
||||
|
@ -834,7 +834,7 @@ $dbconn4 = pg_connect ($conn_string);
|
|||
<simpara>
|
||||
<parameter>connection</parameter> is a optional parameter for
|
||||
<function>pg_query</function>. If
|
||||
<parameter>connection</parameter> is not used, default
|
||||
<parameter>connection</parameter> is not set, default
|
||||
connection is used. Default connection is the last connection
|
||||
made by <function>pg_connect</function> or
|
||||
<function>pg_pconnect</function>.
|
||||
|
|
Loading…
Reference in a new issue