Re: Add function dependencies - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Add function dependencies
Date
Msg-id 87r5cjxwjy.fsf@hi-media-techno.com
Whole thread Raw
In response to Re: Add function dependencies  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Add function dependencies  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Making it work for language SQL would be nice, though.

Please consider a new DEPENDENCY_XXX constant for that though, because
otherwise I think it could cause problems in the extension's dependency
tracking.  Even with a new DEPENDENCY_FUNCALL or other constant, the
extension code would need to be aware of this new kind of not-to-follow
dependencies somehow, I guess.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: Garick Hamlin
Date:
Subject: Re: Streaming base backups
Next
From: Tom Lane
Date:
Subject: Re: Bug in pg_describe_object