Re: How to find out what options postgresql was installed

From: Eric B(dot)Ridge <ebr(at)tcdi(dot)com>
To: Flower Sun <sun_2002_flower(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to find out what options postgresql was installed
Date: 2003-03-12 18:56:59
Message-ID: 670CF6FA-54BC-11D7-B37A-0003937E3354@tcdi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Petre Scheie 2003-03-12 21:45:21 stored procedures
Previous Message wsheldah 2003-03-12 18:52:07 Re: How to find out what options postgresql was installed