Re: PostgreSQL roadmap for 8.2 and beyond.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: patrick(at)vanbelle(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL roadmap for 8.2 and beyond.
Date: 2005-10-17 18:41:00
Message-ID: 10628.1129574460@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patrick Bakker <patrick(at)vanbelle(dot)com> writes:
> It would be useful if you could toggle SQL statement logging without
> restarting PostgreSQL and additionally if you could turn on selective SQL
> logging. Additionally, it would be great if you could log SQL statements to
> a separate file from the main log and in such a way that the statements are
> seperated in an easily parsed form.

> The runtime toggling of statement logging would also be most useful if you
> could toggle it outside of a particular session. This is where the selective
> SQL logging would be useful I think. Some selectable options that could be
> useful:
> - by database
> - by user
> - by IP address

You do realize that the majority of that can be done today? You need to
study the available mechanism for setting GUC parameters a little more.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2005-10-17 18:43:39 Re: More problems with the win32 installer for 8.1 beta3
Previous Message Tom Lane 2005-10-17 18:37:42 Re: PostgreSQL roadmap for 8.2 and beyond.