From 6ea087b24328273ed9a44d36b074994001e3265d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Mar 2001 16:20:52 +0000 Subject: [PATCH] Add missing TO. --- doc/src/sgml/ref/ecpg-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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