aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeCustom.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-10-03 18:19:37 +0200
committerAndres Freund <andres@anarazel.de>2015-10-03 18:23:40 +0200
commitb67aaf21e8ef8273d5179a8832a109153d7adfe1 (patch)
tree4e3d4f851d5ac04aad1bce38a0e1a7d5e35b74bb /src/backend/executor/nodeCustom.c
parentbf686796a055a8bd4abc9765763eb675a0428473 (diff)
downloadpostgresql-b67aaf21e8ef8273d5179a8832a109153d7adfe1.tar.gz
postgresql-b67aaf21e8ef8273d5179a8832a109153d7adfe1.zip
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
Diffstat (limited to 'src/backend/executor/nodeCustom.c')
0 files changed, 0 insertions, 0 deletions