Re: log_statement at postgres.conf
От | Rex Mabry |
---|---|
Тема | Re: log_statement at postgres.conf |
Дата | |
Msg-id | 443728.33012.qm@web35905.mail.mud.yahoo.com обсуждение исходный текст |
Ответ на | Re: log_statement at postgres.conf (Achilleas Mantzios <achill@matrix.gatewaynet.com>) |
Список | pgsql-admin |
Inside the database, you can query the pg_settings table.
select * from pg_catalog.pg_settings where name = 'log_directory';
To see other stuff you can get from that table, try:
select name from pg_catalog.pg_settings; From: Achilleas Mantzios <achill@matrix.gatewaynet.com> |
В списке pgsql-admin по дате отправления: