From: Peter Eisentraut Date: Mon, 19 Mar 2001 16:20:52 +0000 (+0000) Subject: Add missing TO. X-Git-Tag: REL7_1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ea087b24328273ed9a44d36b074994001e3265d;p=postgresql Add missing TO. --- diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index baa7fa4ce8..9e4f4cddde 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -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