Re: Remove obsolete mention of backslashes as escapes

2023-09-08 Thread Laurenz Albe
On Fri, 2023-09-08 at 17:25 -0400, Bruce Momjian wrote: > Thanks, patch applied back to PG 11. Thank you! Laurenz Albe

Re: Remove obsolete mention of backslashes as escapes

2023-09-08 Thread Bruce Momjian
e. > > Yours, > Laurenz Albe > From 282d2dae27524aef37cdafe02e4833894bf5892c Mon Sep 17 00:00:00 2001 > From: Laurenz Albe > Date: Tue, 11 Apr 2023 09:48:20 +0200 > Subject: [PATCH] Remove obsolete mention of backslashes as escapes > > Since version 9.1, standard_confor

Re: Remove obsolete mention of backslashes as escapes

2023-04-12 Thread Kirk Wolak
On Tue, Apr 11, 2023 at 3:54 AM Laurenz Albe wrote: > The documentation in > > https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-DOLLAR-QUOTING > says that > > "While the standard syntax for specifying string constants is usually > convenient, > it can be difficult to

Remove obsolete mention of backslashes as escapes

2023-04-11 Thread Laurenz Albe
opose to remove the mention of backslashes there. Yours, Laurenz Albe From 282d2dae27524aef37cdafe02e4833894bf5892c Mon Sep 17 00:00:00 2001 From: Laurenz Albe Date: Tue, 11 Apr 2023 09:48:20 +0200 Subject: [PATCH] Remove obsolete mention of backslashes as escapes Since version 9.1, standard_conforming_st