Re: [INTERFACES] question on accessing PostgreSQL with C - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: [INTERFACES] question on accessing PostgreSQL with C
Date
Msg-id 19990210075159.D657@gmx.net
Whole thread Raw
In response to Re: [INTERFACES] question on accessing PostgreSQL with C  (hoelc <hoelc@pd.jaring.my>)
List pgsql-interfaces
On Wed, Feb 10, 1999 at 11:31:15AM +0800, hoelc wrote:
> I have a PostgreSQL-6.2.1 ( in RedHat Linux 5.0), and it doesn't has "ecpg".

That's correct. Ecpg is bundled with PostgreSQL since 6.3.

> I have downloaded "ecpg" from internet, but don't know how to install it into my
> PostgreSQL system.  Please advise.

Which version of ecpg? You should be able to compile ecpg standalon without
much of a problem. Just make sure all programs you develop are linked with
-lecpg -lpq. Of course both libraries must be accessible. Also ecpg come
with some additional include files that have to be installed in a place
where cpp finds them.

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: James Thompson
Date:
Subject: Re: [INTERFACES] question on accessing PostgreSQL with C
Next
From: Bob VonMoss
Date:
Subject: Re: [INTERFACES] Re: connecting: unix socket? Yes. TCPIP port? No.-i? Yes.