Session log for psql

Поиск
Список
Период
Сортировка
От lsunley@mb.sympatico.ca
Тема Session log for psql
Дата
Msg-id 0I9N0072AZD7RK@l-daemon
обсуждение исходный текст
Список pgsql-patches
Here is a patch that allows psql to create a session log

NOTE - the patch to the makefile is to keep it from constantly building
psql.exe as the target "psql" all by itself is never created as the output
executable on OS/2 and Windows is psql.exe.

The patch provides for a new command line argument -L logfile-name that is
used to turn on session logging with output to the specified file name.
The output from the logging is always appended to an existing file.

The session log records both the query text and the results from the
queries.

Lorne Sunley

--
-----------------------------------------------------------
lsunley@mb.sympatico.ca
-----------------------------------------------------------

Вложения

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Allow pooled connections to list all prepared queries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Bgwriter behavior