Обсуждение: Find out configure options used on install

Поиск
Список
Период
Сортировка

Find out configure options used on install

От
"Bryan Encina"
Дата:
I was just wondering if there was an easy/standard way of finding out what
configure options were used on installation (either from source or rpm).
Any help would be greatly appreciated.
Thanks,
-B


Re: Find out configure options used on install

От
Adam Witney
Дата:
If compiled from source you can find the configure options used in
config.status, not sure about with the rpm though

adam


> I was just wondering if there was an easy/standard way of finding out what
> configure options were used on installation (either from source or rpm).
> Any help would be greatly appreciated.
> Thanks,
> -B
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>   (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: Find out configure options used on install

От
Tom Lane
Дата:
"Bryan Encina" <bryan.encina@valleypres.org> writes:
> I was just wondering if there was an easy/standard way of finding out what
> configure options were used on installation (either from source or rpm).

pg_config --configure

If you haven't got pg_config, you're overdue for an upgrade.

            regards, tom lane