On Tue, Apr 20, 2021 at 12:59:10PM -0400, Bruce Momjian wrote:
> On Thu, Apr 15, 2021 at 03:43:59PM +0800, Julien Rouhaud wrote:
> > On Mon, Apr 12, 2021 at 02:56:59PM +0800, Julien Rouhaud wrote:
> > > I think we should simply document that %Q is not compatible with
> > > log_statements.
> >
> >
On Thu, Apr 15, 2021 at 03:43:59PM +0800, Julien Rouhaud wrote:
> On Mon, Apr 12, 2021 at 02:56:59PM +0800, Julien Rouhaud wrote:
> > I think we should simply document that %Q is not compatible with
> > log_statements.
>
> Hearing no objection I documented that limitation.
>
> >
> > > While maki
On Mon, Apr 12, 2021 at 02:56:59PM +0800, Julien Rouhaud wrote:
> I think we should simply document that %Q is not compatible with
> log_statements.
Hearing no objection I documented that limitation.
>
> > While making the feature run on some test server, I have noticed that
> > %Q would log som
On Mon, Apr 12, 2021 at 03:26:33PM +0800, Julien Rouhaud wrote:
> On Mon, Apr 12, 2021 at 09:20:07AM +0200, Michael Banck wrote:
> >
> > What about log_statement_sample_rate ? Does compute_query_id have the
> > same problem with that?
>
> No, log_statement_sample_rate samples log_min_duration_sta
On Mon, Apr 12, 2021 at 09:20:07AM +0200, Michael Banck wrote:
>
> What about log_statement_sample_rate ? Does compute_query_id have the
> same problem with that?
No, log_statement_sample_rate samples log_min_duration_statements, not
log_statements so it works as expected.
Hi,
On Mon, Apr 12, 2021 at 02:56:59PM +0800, Julien Rouhaud wrote:
> On Mon, Apr 12, 2021 at 03:12:40PM +0900, Michael Paquier wrote:
> > Fujii-san has reported on Twitter that enabling the computation of
> > query IDs does not work properly with log_statement as the query ID is
> > calculated at
On Mon, Apr 12, 2021 at 03:12:40PM +0900, Michael Paquier wrote:
> Hi all,
>
> Starting a new thread as the one that has introduced compute_query_id
> is already long enough.
>
> Fujii-san has reported on Twitter that enabling the computation of
> query IDs does not work properly with log_stateme
Hi all,
Starting a new thread as the one that has introduced compute_query_id
is already long enough.
Fujii-san has reported on Twitter that enabling the computation of
query IDs does not work properly with log_statement as the query ID is
calculated at parse analyze time and the query is logged