[DOC] add missing "[ NO ]" to various "DEPENDS ON" synopses
Ian Lawrence Barwick <barwick@gmail.com>
From: Ian Lawrence Barwick <barwick@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-02-12T01:32:14Z
Lists: pgsql-hackers
Attachments
- doc-alter-thing-no-depends-on.v1.patch (text/x-patch) patch v1
Greetings
We have following syntax:
ALTER THING name [ NO ] DEPENDS ON EXTENSION name
for the following THINGs:
- ALTER TRIGGER
- ALTER FUNCTION
- ALTER PROCEDURE
- ALTER ROUTINE
- ALTER MATERIALIZED VIEW
- ALTER INDEX
In the documentation, the "[ NO ]" option is listed in the synopsis for
ALTER TRIGGER and ALTER FUNCTION, but not the others.
Trivial patch attached.
Will add to next CF.
Regards
Ian Barwick
--
EnterpriseDB: https://www.enterprisedb.com
Commits
-
Add psql completion for [ NO ] DEPENDS ON EXTENSION
- e6b8e83b9f01 14.0 landed
-
doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands
- bcd5e95754bf 13.3 landed
- 8063d0f6f56e 14.0 landed