Re: Simple patch to report in log the schema name of the statement - Mailing list pgsql-patches

From Tom Lane
Subject Re: Simple patch to report in log the schema name of the statement
Date
Msg-id 15640.1185933238@sss.pgh.pa.us
Whole thread Raw
In response to Simple patch to report in log the schema name of the statement  (Ferruccio Zamuner <nonsolosoft@diff.org>)
List pgsql-patches
Ferruccio Zamuner <nonsolosoft@diff.org> writes:
> [ patch with no documentation ]

I can hardly believe that it's a good idea to include search_path in
every log entry --- it'd be unreasonably bulky, not to mention impossible
to parse by automatic tools.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Export user visible function to make use of convert_to_scalar
Next
From: "Hiroshi Saito"
Date:
Subject: Correction of how to use TimeZone by ControlFile(xlog.c)