diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-04-05 18:38:54 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-04-05 18:38:54 -0300 |
commit | f2fcad27d59c8e5c48f8fa0a96c8355e40f24273 (patch) | |
tree | 8630b838513cbd3e2d846a68bf9db6a5f2f9c7b1 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 41ea0c23761ca108e2f08f6e3151e3cb1f9652a1 (diff) | |
download | postgresql-f2fcad27d59c8e5c48f8fa0a96c8355e40f24273.tar.gz postgresql-f2fcad27d59c8e5c48f8fa0a96c8355e40f24273.zip |
Support ALTER THING .. DEPENDS ON EXTENSION
This introduces a new dependency type which marks an object as depending
on an extension, such that if the extension is dropped, the object
automatically goes away; and also, if the database is dumped, the object
is included in the dump output. Currently the grammar supports this for
indexes, triggers, materialized views and functions only, although the
utility code is generic so adding support for more object types is a
matter of touching the parser rules only.
Author: Abhijit Menon-Sen
Reviewed-by: Alexander Korotkov, Álvaro Herrera
Discussion: http://www.postgresql.org/message-id/20160115062649.GA5068@toroid.org
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions