pgsql: doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias
Date: 2023-12-08 00:43:28
Message-ID: E1rBOxj-0097SU-IT@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias

Previously only a table name was documented for this SELECT clause.

Reported-by: robert <lists(at)humanleg(dot)org(dot)uk>

Discussion: https://postgr.es/m/152483686904.19805.3369061025704720797@wrigleys.postgresql.org

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5134e9d295f335b4ee9f8846f934e5593f65e881

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-12-08 01:06:46 pgsql: doc, pg_upgrade: add vacuumdb w/ tips for generating quick stats
Previous Message Bruce Momjian 2023-12-08 00:37:15 pgsql: doc, intagg: fix one-to-many mention to many-to-many