hstore installed in a separate schema - Mailing list pgsql-general

From Ioana Danes
Subject hstore installed in a separate schema
Date
Msg-id 1312401318.5199.YahooMailClassic@web120108.mail.ne1.yahoo.com
Whole thread Raw
List pgsql-general
Hi,

I am planning to use the contrib module hstore
but I would like to install it on a separate schema, not public,
and include the schema in the search_path.
Do you know if there are any issues with this scenario.
In the hstore.sql script I see it forces it into public:

-- Adjust this setting to control where the objects get created.
SET search_path = public;

I did some tests for my use cases and it all works fine...

Thank you in advance,
Ioana


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: running out of oids
Next
From: Geoffrey Myers
Date:
Subject: Re: running out of oids