Re: Loggingt psql meta-commands
От
John R Pierce
Тема
Re: Loggingt psql meta-commands
Дата
Msg-id
5669D533.10607@hogranch.com
Ответ на
Loggingt psql meta-commands (oleg yusim)
Список
Дерево обсуждения
Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Andreas Kretschmer <akretschmer@spamfence.net>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands Pavel Stehule <pavel.stehule@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands John R Pierce <pierce@hogranch.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Scott Mead <scottm@openscg.com>
Re: Loggingt psql meta-commands Jerry Sievers <gsievers19@comcast.net>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands "David G. Johnston" <david.g.johnston@gmail.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands "David G. Johnston" <david.g.johnston@gmail.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Tom Lane <tgl@sss.pgh.pa.us>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands John R Pierce <pierce@hogranch.com>
Re: Loggingt psql meta-commands Andrew Sullivan <ajs@crankycanuck.ca>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands oleg yusim <olegyusim@gmail.com>
Re: Loggingt psql meta-commands Adrian Klaver <adrian.klaver@aklaver.com>
Re: Loggingt psql meta-commands John R Pierce <pierce@hogranch.com>
Re: Loggingt psql meta-commands "David G. Johnston" <david.g.johnston@gmail.com>
On 12/10/2015 9:58 AM, oleg yusim wrote: > I'm new to PostgreSQL, working on it from the point of view of Cyber > Security assessment. In regards to the here is my question: > > Is it a way to enable logging for psql prompt meta-commands, such as > \du, \dp, \z, etc? what the other two gentlemen are trying to say is the metacommands are shortcuts for more complex SQL queries of the pg_catalog schema, so to log them, you would need to log all queries and filter for accesses to the pg_catalog.... -- john r pierce, recycling bits in santa cruz
В списке pgsql-general по дате отправления