pgsql: Added literal tag for RETURNING

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Added literal tag for RETURNING
Date: 2024-01-12 11:55:15
Message-ID: E1rOG83-0014TY-9t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Added literal tag for RETURNING

This is an old mistake (92e38182d7c8); backpatch all the way back.

Author: Atsushi Torikoshi <torikoshia(at)oss(dot)nttdata(dot)com>
Reviewed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://postgr.es/m/c0aa00b60a16c0ea2a4c5123b013acb9@oss.nttdata.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/35cc9f15908f554d6fddc641536b63414eae234e

Modified Files
--------------
doc/src/sgml/ref/copy.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-01-12 14:50:36 pgsql: Fix typo.
Previous Message Michael Paquier 2024-01-12 05:00:42 pgsql: pg_regress: Disable autoruns for cmd.exe on Windows