placement of stored procedures and contrib modules - Mailing list pgsql-sql

From Michael Gould
Subject placement of stored procedures and contrib modules
Date
Msg-id 0ca62990c481026fb0a013b7a7ff13d3@intermodalsoftwaresolutions.net
Whole thread Raw
In response to kind of RULE on SELECT depending on existence of a WHERE condition  (rawi <only4com@web.de>)
List pgsql-sql
We were trying to use a separate schema to put contrib modules, stored
procedures and triggers from our database schema.  We called the one where
we stored all of the modules isscontrib and the other iss which is where the
db is stored.  We've fully qualified the names of our items from isscontrib
and have also included that schema in the search path.

Our goal is to eventually mark isscontrib as execute only.  Is there any
restrictions to having objects in a separate schema?  We are using the
citext contrib module. It doesn't appear to work when it's in the isscontrib
module.  We don't get any error messages however we also don't get the
results we are looking for, namely case insensitive search results.

However, if we move the contrib module to the public schema, everything
appears to work fine.

Best Regards

Mike Gould
--
Michael Gould, Managing Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax




pgsql-sql by date:

Previous
From: rawi
Date:
Subject: Re: kind of RULE on SELECT depending on existence of a WHERE condition
Next
From: Richard Huxton
Date:
Subject: Re: kind of RULE on SELECT depending on existence of a WHERE condition