pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS
Date
Msg-id E1m5K8w-0004v2-Ca@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Mention CASCADE/RESTRICT for DROP STATISTICS

This grammar has no effect as there are no dependencies on statistics,
but it is supported by the parser.  This is more consistent with the
other DROP commands.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1LA=yNmzcSfy+0oe6CEAgsxXRf_-UutE3ZncFi8QkFNQ@mail.gmail.com
Backpatch-through: 10

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/drop_statistics.sgml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Update comments for AlterSubscription.
Next
From: Thomas Munro
Date:
Subject: pgsql: Adjust commit 2dbe8905 for ancient macOS.