Re: pg.py under Mac OS X

From: mps(at)theintraweb(dot)net
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: pg.py under Mac OS X
Date: 2005-04-11 22:34:39
Message-ID: 49342.202.12.92.169.1113258879.squirrel@202.12.92.169
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> mps(at)theintraweb(dot)net writes:
>> After a quick search on my system, I find that postgres.h only exists in
>> the postgresql-7.4.7 source directory, and was not installed with the
>> headers in /usr/local/pgsql/include/
>
> You need to do "make install-all-headers" to get the server-side headers
> installed in 7.4. (IIRC we made this the default in 8.0, but it was not
> default in any prior version.)
>
> regards, tom lane

Thanks, I got PyGreSQL working by pointing setup.py to the postgres
source, but this is a much better way :)

thanks.

Matt Smith

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message jing han 2005-04-12 15:41:24 How to retrieve how many rows are affected after doing an INSERT statement
Previous Message Brandon Metcalf 2005-04-11 15:14:25 Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg