On 8/6/21 3:14 PM, Tom Lane wrote:
> Alan Stange writes:
>> In order to track down some bugs, we thought it would be useful to
>> append some comments to the sql being sent to postgresql like this:
>> select foo from bar -- a comment with some metadata
>> however, the postgresql server was n
Alan Stange writes:
> In order to track down some bugs, we thought it would be useful to
> append some comments to the sql being sent to postgresql like this:
> select foo from bar -- a comment with some metadata
> however, the postgresql server was not including the appended comment in
> th
On 06/08/2021 20:08, Alan Stange wrote:
> Hello all,
>
> In order to track down some bugs, we thought it would be useful to
> append some comments to the sql being sent to postgresql like this:
> select foo from bar -- a comment with some metadata
> however, the postgresql server was not inc
Hello all,
In order to track down some bugs, we thought it would be useful to
append some comments to the sql being sent to postgresql like this:
select foo from bar -- a comment with some metadata
however, the postgresql server was not including the appended comment in
the log file.
If we