Re: Getting the value of a config parameter in runtime

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Jaume Sabater <jsabater(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Getting the value of a config parameter in runtime
Date: 2008-12-31 13:05:35
Message-ID: 495B6E1F.50508@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jaume Sabater a écrit :
> [...]
> Sorry to ask this, I had it noted down but now I cannot find it and
> I've been googling for 30 minutes now without success. There is a way
> to query the system database to get the current value of a
> configuration parameter, something in the form of SELECT value FROM
> some_table WHERE field_name = 'archive_command', or similar, can't
> remember, honestly. Or perhaps something more generic which was
> filtered with greps, tails, heads and cuts.
>
> Would someone be so kind as to point me at the right page or remind me
> the way it was done?
>

Table is pg_settings, and your field_name should be name.

Regards.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2008-12-31 14:19:12 Re: ssl database connection problems...
Previous Message Jaume Sabater 2008-12-31 11:35:49 Getting the value of a config parameter in runtime