doc: add LITERAL tag to RETURNING

From: torikoshia <torikoshia(at)oss(dot)nttdata(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: doc: add LITERAL tag to RETURNING
Date: 2024-01-12 05:56:45
Message-ID: c0aa00b60a16c0ea2a4c5123b013acb9@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

RETURNING is usually tagged with appropriate tags, such as <LITERAL>,
but not in the 'query' section of COPY.

https://www.postgresql.org/docs/devel/sql-copy.html

Would it be better to put <LITERAL> here as well?

--
Regards,

--
Atsushi Torikoshi
NTT DATA Group Corporation

Attachment Content-Type Size
v1-0001-Added-literal-tag-for-RETURNING.patch text/x-diff 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2024-01-12 06:22:26 Re: doc: add LITERAL tag to RETURNING
Previous Message Sutou Kouhei 2024-01-12 05:46:15 Re: Make COPY format extendable: Extract COPY TO format implementations