pgsql: Revise MERGE documentation

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Revise MERGE documentation
Дата
Msg-id E1reee4-000slK-Ew@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revise MERGE documentation

Add a note about the additional privileges required after the fix in
4989ce72644b (wording per Tom Lane); also change marked-up mentions of
"target_table_name" to be simply "the target table" or the like.  Also,
note that "join_condition" is scouted for requisite privileges.

Backpatch to 15.

Discussion: https://postgr.es/m/202402211653.zuh6objy3z72@alvherre.pgsql

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c4bd6ff57c9a7b188cbd93855755f1029d7a5662

Modified Files
--------------
doc/src/sgml/ref/merge.sgml | 50 +++++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 24 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: slru.c: Reduce scope of variables in 'for' blocks
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Add helper functions for dshash tables with string keys.