postgresql/contrib/ltree_plpython
Andres Freund b67aaf21e8 Add CASCADE support for CREATE EXTENSION.
Without CASCADE, if an extension has an unfullfilled dependency on
another extension, CREATE EXTENSION ERRORs out with "required extension
... is not installed". That is annoying, especially when that dependency
is an implementation detail of the extension, rather than something the
extension's user can make sense of.

In addition to CASCADE this also includes a small set of regression
tests around CREATE EXTENSION.

Author: Petr Jelinek, editorialized by Michael Paquier, Andres Freund
Reviewed-By: Michael Paquier, Andres Freund, Jeff Janes
Discussion: 557E0520.3040800@2ndquadrant.com
2015-10-03 18:23:40 +02:00
..
expected Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
sql Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
.gitignore Add transforms feature 2015-04-26 10:33:14 -04:00
Makefile Enable transforms modules to build and test on Cygwin. 2015-07-18 10:09:04 -04:00
ltree_plpython.c Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
ltree_plpython2u--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython2u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython3u--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython3u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpythonu--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpythonu.control Add transforms feature 2015-04-26 10:33:14 -04:00