On Fri, Jan 14, 2011 at 23:19, Chris Browne <[email protected]> wrote: > 2. In 9.1, there will be a new answer, as there's a GUC to indicate the > "application_name".
Actually this was already introduced in PostgreSQL 9.0 :) You can add application_name to your log_line_prefix with %a. For pg_dump it will display "pg_dump" Regards, Marti -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
