aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-03-19 16:20:52 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-03-19 16:20:52 +0000
commit6ea087b24328273ed9a44d36b074994001e3265d (patch)
tree9317311d61dd6dd195f9240b2a0382432316fb83 /doc/src
parent1088e72054b780a14382f7710111357ffec468e8 (diff)
downloadpostgresql-6ea087b24328273ed9a44d36b074994001e3265d.tar.gz
postgresql-6ea087b24328273ed9a44d36b074994001e3265d.zip
Add missing TO.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/ecpg-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml
index baa7fa4ce8a..9e4f4cddded 100644
--- a/doc/src/sgml/ref/ecpg-ref.sgml
+++ b/doc/src/sgml/ref/ecpg-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
Postgres documentation
-->
@@ -291,7 +291,7 @@ EXEC SQL WHENEVER not found sqlprint;
One connects to a database using the following:
<programlisting>
-EXEC SQL CONNECT <replaceable>dbname</replaceable>;
+EXEC SQL CONNECT TO <replaceable>dbname</replaceable>;
</programlisting>
where the database name is not quoted. Prior to version 2.1.0, the