Re: Extension Facility

From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Extension Facility
Date: 2009-07-23 15:09:16
Message-ID: 8763dj8mhv.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David E. Wheeler" <david(at)kineticode(dot)com> writes:
> Part of the behavior of CREATE EXTENSION would be to automatically
> schema-qualify references to objects in the extension. Or perhaps
> extension authors would need to use some sort of variable for the schema
> that would be properly resolved when CREATE EXTENSION installed an
> extension.

What about embedded calls in, say, plperl functions.
--
dim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-23 16:02:24 Re: Determining client_encoding from client locale
Previous Message David E. Wheeler 2009-07-23 15:05:13 Re: extension facility (was: revised hstore patch)