10000
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 1088e72 commit 6ea087bCopy full SHA for 6ea087b
doc/src/sgml/ref/ecpg-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.6 2000/12/25 23:15:26 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.7 2001/03/19 16:20:52 petere Exp $
3
Postgres documentation
4
-->
5
@@ -291,7 +291,7 @@ EXEC SQL WHENEVER not found sqlprint;
291
One connects to a database using the following:
292
293
<programlisting>
294
-EXEC SQL CONNECT <replaceable>dbname</replaceable>;
+EXEC SQL CONNECT TO <replaceable>dbname</replaceable>;
295
</programlisting>
296
297
where the database name is not quoted. Prior to version 2.1.0, the
0 commit comments