Re: Database configuration details

Поиск
Список
Период
Сортировка
От Payal Singh
Тема Re: Database configuration details
Дата
Msg-id 20140912141207.GA7998@payal-ThinkPad-T520
обсуждение исходный текст
Ответ на Database configuration details  (Munnelli Sreenivasulu <srinivas.mca41@gmail.com>)
Список pgsql-admin
you can either query pg_settings table for a particular setting, or use the show command in psql.

You can also grep postgresql.conf file directly with the setting name, but be mindful that the values in config file
maynot always reflect the actual value in running database. 
On Fri, Sep 12, 2014 at 10:26:30AM +0530, Munnelli Sreenivasulu wrote:
>  Hi
>
> I need only database current configuration details not for server.
> and maintenance like auto vacuum is enabled or not fro this database and so
> on.....
>
> Please provide the commands


В списке pgsql-admin по дате отправления:

Предыдущее
От: Munnelli Sreenivasulu
Дата:
Сообщение: Database configuration details
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Database configuration details