From: | Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: dealing with extension dependencies that aren't quite 'e' |
Date: | 2016-01-18 05:38:19 |
Message-ID: | 20160118053819.GA18576@toroid.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 2016-01-16 12:18:53 -0500, robertmhaas(at)gmail(dot)com wrote:
>
> This seems like one manifestation of the more general problem that we
> don't have any real idea what objects a function definition depends
> on.
Yes.
I'm proposing to address a part of that problem by allowing extension
dependencies to be explicitly declared for functions and objects created
either by a user or dynamically by the extension itself—things that need
the extension to function, but aren't a part of it.
Put that way, ALTER EXTENSION doesn't sound like the way to do it. Maybe
ALTER FUNCTION … DEPENDS ON EXTENSION …? I don't particularly care how
the dependency is recorded, it's the dependency type that's important.
I'll post a patch along those lines in a bit, just so we have something
concrete to discuss; meanwhile, suggestions for another syntax to record
the dependency are welcome.
-- Abhijit
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2016-01-18 06:15:51 | Re: Limit and inherited tables |
Previous Message | Michael Paquier | 2016-01-18 05:24:03 | Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby |