Re: [INTERFACES] question on accessing PostgreSQL with C

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: [INTERFACES] question on accessing PostgreSQL with C
Дата
Msg-id 19990210075159.D657@gmx.net
обсуждение исходный текст
Ответ на Re: [INTERFACES] question on accessing PostgreSQL with C  (hoelc <hoelc@pd.jaring.my>)
Список 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 по дате отправления:

Предыдущее
От: James Thompson
Дата:
Сообщение: Re: [INTERFACES] question on accessing PostgreSQL with C
Следующее
От: Bob VonMoss
Дата:
Сообщение: Re: [INTERFACES] Re: connecting: unix socket? Yes. TCPIP port? No.-i? Yes.