Re: Modifying and solidifying contrib - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Modifying and solidifying contrib
Date
Msg-id 45C8C95B.7070905@dunslane.net
Whole thread Raw
In response to Re: Modifying and solidifying contrib  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Responses Re: Modifying and solidifying contrib  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
List pgsql-hackers
Nikolay Samokhvalov wrote:
> On 2/5/07, Andrew Dunstan <andrew@dunslane.net> wrote:
> [...]
>> I would suggest we start with what is (I think) simplest and clearest:
>>
>> . catalog support via a simple extension->schema(s) map
>> . initdb installs standard extensions if it finds them, unless told 
>> not to
>> . support for adjusting search path.
>
> Why adjusting search_path is needed at all?
>

If the extension installs everything in dedicated namespace(s), I think 
we would want to have an option to add those namespaces easily to search 
paths. Right now all we can do is to set a search path. It would be 
nice, for example, to have support for appending or prepending something 
to the search path.

I suspect most apps/extensions don't currently use namespaces much, or 
we might well have seen more demand in this area.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Ooops ... seems we need a re-release pronto
Next
From: Bruno Wolff III
Date:
Subject: Re: Ooops ... seems we need a re-release pronto