Re: [INTERFACES] EXEC SQL CONNECT - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: [INTERFACES] EXEC SQL CONNECT
Date
Msg-id 19990121093117.A2863@gmx.net
Whole thread Raw
In response to EXEC SQL CONNECT  (James Thompson <jamest@math.ksu.edu>)
Responses Re: [INTERFACES] EXEC SQL CONNECT  (James Thompson <jamest@math.ksu.edu>)
List pgsql-interfaces
On Wed, Jan 20, 1999 at 09:09:59PM -0600, James Thompson wrote:
> I'm trying to use ecpg to connect to postgres

Good. :-)

> I've never used embedded sql in C though years ago I did use Pro*FORTRAN
> for Oracle.  Anyway how do I connect to a remote or local database in ecgs
> passing in the database name, username, and password.  The test programs
> in the tarball don't seem to do this.

The following is accepted syntax:

exec sql connect to <database name> [as <connection name>] [user <user name>]
exec sql connect to default
exec sql <user name>

As for the database name you can choose two different sets of syntax:

new style:
<tcp|unix>:postgresql://server[:port][/dbname][?options]

old style:
style: dbname[@server][:port]

Finally the user name can be written as:

<user>
<user>/<password>
<user> identified by <password>
<user> using <password>

Hope this helps.

Michael

--
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael.Meskes@gmx.net          | Use PostgreSQL!

pgsql-interfaces by date:

Previous
From: "Bruce Tenison"
Date:
Subject: RE: [INTERFACES] ECPG Question
Next
From: Dave Page
Date:
Subject: pgAdmin 6.4.1 Download