Add missing TO.
authorPeter Eisentraut
Mon, 19 Mar 2001 16:20:52 +0000 (16:20 +0000)
committerPeter Eisentraut
Mon, 19 Mar 2001 16:20:52 +0000 (16:20 +0000)
doc/src/sgml/ref/ecpg-ref.sgml

index baa7fa4ce8acd46bd48ac062f3d1315b3cfb6d6d..9e4f4cddded797de685eea8f0290e62ac8a7558d 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -291,7 +291,7 @@ EXEC SQL WHENEVER not found sqlprint;
     One connects to a database using the following:
 
     
-EXEC SQL CONNECT dbname;
+EXEC SQL CONNECT TO dbname;
     
 
     where the database name is not quoted. Prior to version 2.1.0, the