Re: BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off
Date
Msg-id 1366329.1675262563@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Step to reproduce:
> 1. Set standard_conforming_strings = off
> 2. Type `\d _` and press Tab key

> Actual result:
> Got `WARNING:  nonstandard use of \\ in a string literal`

Yeah, that should be coded a bit more robustly.  Will fix, thanks
for the report!

            regards, tom lane



pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: range_agg extremely slow compared to naive implementation in obscure circumstances
Next
From: Tom Lane
Date:
Subject: Re: range_agg extremely slow compared to naive implementation in obscure circumstances