8000
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 0dd0e28 commit 097df38Copy full SHA for 097df38
doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71 2005/11/04 23:13:59 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.72 2006/01/31 13:32:20 meskes Exp $
3
-->
4
5
<chapter id="ecpg">
@@ -180,7 +180,7 @@ EXEC SQL CONNECT TO <replaceable>target</replaceable> <optional>AS <replaceable>
180
<programlisting>
181
EXEC SQL CONNECT TO mydb@sql.mydomain.com;
182
183
-EXEC SQL CONNECT TO 'unix:postgresql://sql.mydomain.com/mydb' AS myconnection USER john;
+EXEC SQL CONNECT TO unix:postgresql://sql.mydomain.com/mydb AS myconnection USER john;
184
185
EXEC SQL BEGIN DECLARE SECTION;
186
const char *target = "mydb@sql.mydomain.com";
0 commit comments