pgsql: doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER comm

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER comm
Date: 2021-02-13 07:07:02
Message-ID: E1lAp1C-000885-0r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands

This grammar flavor has been added by 5fc7039.

Author: Ian Lawrence Barwick
Discussion: https://postgr.es/m/CAB8KJ=ii6JScodxkA6-DO8bjatsMYU3OcewnL0mdN9geR+tTaw@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/alter_index.sgml | 2 +-
doc/src/sgml/ref/alter_materialized_view.sgml | 2 +-
doc/src/sgml/ref/alter_procedure.sgml | 2 +-
doc/src/sgml/ref/alter_routine.sgml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-02-13 18:51:02 pgsql: README/C-comment: document GiST's NSN value
Previous Message Amit Kapila 2021-02-13 05:26:06 Re: pgsql: Allow multiple xacts during table sync in logical replication.