git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 4157f73) | patch
Add ALTER .. NO DEPENDS ON
2020年4月20日 17:42:12 +0000 (13:42 -0400)
2020年4月20日 17:42:12 +0000 (13:42 -0400)
commit 5fc703946bf3b18642ce83b937671d254a8ac5b5
Add ALTER .. NO DEPENDS ON

Commit f2fcad27d59c (9.6 era) added the ability to mark objects as
dependent an extension, but forgot to add a way for such dependencies to
be removed. This commit fixes that oversight.

Strictly speaking this should be backpatched to 9.6, but due to lack of
demand we're not doing so at this time.

Discussion: https://postgr.es/m/20200217225333.GA30974@alvherre.pgsql
Reviewed-by: ahsan hadi <ahsan.hadi@gmail.com>
Reviewed-by: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
13 files changed:
doc/src/sgml/ref/alter_function.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_index.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_materialized_view.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_trigger.sgml diff | blob | blame | history
src/backend/catalog/pg_depend.c diff | blob | blame | history
src/backend/commands/alter.c diff | blob | blame | history
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/equalfuncs.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/include/catalog/dependency.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/test/modules/test_extensions/expected/test_extdepend.out diff | blob | blame | history
src/test/modules/test_extensions/sql/test_extdepend.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /