Re: contrib function naming, and upgrade issues - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: contrib function naming, and upgrade issues
Date
Msg-id 200903230951.17352.dfontaine@hi-media.com
Whole thread Raw
In response to Re: contrib function naming, and upgrade issues  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
On Monday 23 March 2009 04:05:04 Andrew Gierth wrote:
>  Dimitri> Heard about http://wiki.postgresql.org/wiki/ExtensionPackaging ?
> Yes, I left a short note on its discussion page a while ago :-)

Hehe... I'll answer here, as it's a more opened forum it seems...

Schemas vs Extensions (or modules, we'll see): yes they are orthogonal
concepts, but still, extensions should not pollute the public namespace, I
(and some other) think.

So we're encouraging extension's authors to use their own schema where to put
the extension stuff, with the drawback that user would have to remember about
it and manage it along with their own schemas, which cause search_path issues.

I think your idea of splitting search_path into several components would help
a lot here.
--
dim

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: contrib function naming, and upgrade issues
Next
From: KaiGai Kohei
Date:
Subject: [PATCH] SE-PostgreSQL for v8.5 development (r1769)