We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7baee87 commit 4ac7da9Copy full SHA for 4ac7da9
reference/pgsql/functions/pg-fetch-result.xml
@@ -112,7 +112,7 @@
112
<programlisting role="php">
113
<![CDATA[
114
<?php
115
-$db = pg_connect("dbname=users user=me") || die();
+$db = pg_connect("dbname=users user=me");
116
117
$res = pg_query($db, "SELECT 1 UNION ALL SELECT 2");
118
reference/pgsql/functions/pg-free-result.xml
@@ -78,7 +78,7 @@
78
79
80
81
82
83
84
0 commit comments