On Tue, Oct 17, 2023 at 6:12 PM Alvaro Herrera
wrote:
> On 2023-Oct-17, Dominique Devienne wrote:
>
> > But then on Parse, the query text, which also contains embedded
> > newlines but also embedded double-quotes, for column aliases, or table
> > names, or whatever, even why not a single char lit
On 2023-Oct-17, Dominique Devienne wrote:
> But then on Parse, the query text, which also contains embedded
> newlines but also embedded double-quotes, for column aliases, or table
> names, or whatever, even why not a single char literal like '"' (i.e.
> single-quote, double-quote, single-quote),
Hi. I'm tracing my client-side connection(s) for the first time.
The format seems to be line oriented.
Selected text columns with embedded newlines have those newlines
encoded as \x0a to remain single-line in the trace. So far so good.
But then on Parse, the query text, which also contains embedd