Re: Re: php Compile question - Mailing list pgsql-general

From Tom Lane
Subject Re: Re: php Compile question
Date
Msg-id 11941.986415633@sss.pgh.pa.us
Whole thread Raw
In response to Re: php Compile question  ("Gregory Wood" <gregw@com-stock.com>)
List pgsql-general
"Gregory Wood" <gregw@com-stock.com> writes:
> This has been discussed quite a few times recently (in fact, I posted a
> similar reply yesterday). From Tom Lane:

> "Change php_pgsql.h to refer to postgres_fe.h not postgres.h."

Or just remove that #include entirely, which is what I believe the PHP
guys will do in their next release.  It hasn't been necessary for awhile.

Or do Postgres' "make install-all-headers", if you don't want to touch
the PHP code.

            regards, tom lane

pgsql-general by date:

Previous
From: Alex Howansky
Date:
Subject: Re: php Compile question
Next
From: Feite Brekeveld
Date:
Subject: how to do a select distinct within pgplsql