Search Postgresql Archives

Re: changing log_min_duration_statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 19, 2010, at 2:32 PM, Tom Lane wrote:

> You might try looking at the pg_settings row for the variable to see
> what it says the source is.


That's interesting:

foo# select source from pg_settings where name='log_min_duration_statement';
  source  
----------
 database

foo# alter database foo reset log_min_duration_statement;
ALTER DATABASE

foo# select source from pg_settings where name='log_min_duration_statement';
  source  
----------
 database


Shouldn't the source change to "config file" after the reset?

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux