doc: add LITERAL tag to RETURNING

torikoshia <torikoshia@oss.nttdata.com>

From: torikoshia <torikoshia@oss.nttdata.com>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-01-12T05:56:45Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Added literal tag for RETURNING