Re: doc: add LITERAL tag to RETURNING

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: torikoshia <torikoshia@oss.nttdata.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-01-12T11:56:35Z
Lists: pgsql-hackers
On 2024-Jan-12, Ashutosh Bapat wrote:

> On Fri, Jan 12, 2024 at 11:27 AM torikoshia <torikoshia@oss.nttdata.com> wrote:
> >
> > RETURNING is usually tagged with appropriate tags, such as <LITERAL>,
> > but not in the 'query' section of COPY.

> The patch looks good.

Good catch, pushed.  It has user-visible effect, so I backpatched it.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"People get annoyed when you try to debug them."  (Larry Wall)



Commits

  1. Added literal tag for RETURNING