On Wednesday, March 12, 2003, at 12:53 PM, Flower Sun wrote:
> Hi, group,
>
> Greetings.
>
> I have Redhat 8 installed on Intel Pentium PC and by default I got
> PostgreSQL 7.2.* installed. How do I know which options was installed?
If RedHat installed pg_config, you can do this:
pg_config --configure
For me this is what the above shows:
'--with-java' '--with-maxbackends=64' '--prefix=/tcdi/pgsql'
'--with-libs=/sw/lib' '--with-includes=/sw/include'
eric