ecpg fix - Mailing list pgsql-docs

From Pierce Tyler
Subject ecpg fix
Date
Msg-id 3AB623C5.4C1EC22F@greatbridge.com
Whole thread Raw
Responses Re: ecpg fix  (Peter Eisentraut <peter_e@gmx.net>)
Re: ecpg fix  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
Here's a small fix to the ecpg-ref file. Apparently, if the "TO"
isn't included, an error message will be returned.

Thanks,
Pierce
--
--------------------------------------------------------------
Pierce Tyler                    | e: pierce@greatbridge.com
Technical Writer                | p: (757)233-5544
Great Bridge, LLC               | w: www.greatbridge.com
                                     www.greatbridge.org*** ref-symlink/ecpg-ref.sgml    Mon Dec 25 18:15:26 2000
--- ecpg-ref.sgml    Mon Mar 19 10:04:33 2001
***************
*** 291,297 ****
      One connects to a database using the following:

      <programlisting>
! EXEC SQL CONNECT <replaceable>dbname</replaceable>;
      </programlisting>

      where the database name is not quoted. Prior to version 2.1.0, the
--- 291,297 ----
      One connects to a database using the following:

      <programlisting>
! EXEC SQL CONNECT TO<replaceable>dbname</replaceable>;
      </programlisting>

      where the database name is not quoted. Prior to version 2.1.0, the

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: suggestion for admin "If you are upgrading"
Next
From: Bruce Momjian
Date:
Subject: Re: suggestion for admin "If you are upgrading"