Re: BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: takaram71(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17767: psql: tab-completion causes warnings when standard_conforming_strings = off
Date: 2023-02-01 14:42:43
Message-ID: 1366329.1675262563@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-02-01 14:51:11 Re: range_agg extremely slow compared to naive implementation in obscure circumstances
Previous Message Alvaro Herrera 2023-02-01 11:57:41 Re: range_agg extremely slow compared to naive implementation in obscure circumstances