Search Postgresql Archives

Re: hstore installed in a separate schema

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you Harald

--- On Thu, 8/4/11, Harald Fuchs <hari.fuchs@xxxxxxxxx> wrote:

> From: Harald Fuchs <hari.fuchs@xxxxxxxxx>
> Subject: Re:  hstore installed in a separate schema
> To: pgsql-general@xxxxxxxxxxxxxx
> Received: Thursday, August 4, 2011, 11:18 AM
> In article <1312401318.5199.YahooMailClassic@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> Ioana Danes <ioanasoftware@xxxxxxxx>
> writes:
> 
> > 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...
> 
> That's the way I use any contrib module because it doesn't
> mix my own
> stuff with the module's stuff.  With an
> 
>   ALTER DATABASE mydb SET search_path = public,
> hstore
> 
> all that works transparently.
> 
> 
> -- 
> Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux