On Thu, Mar 26, 2009 at 3:09 PM, Ian Harding wrote:
> Please ignore, it is a permission issue. The user had not rights in
> the schema, and since I used search_path, it didn't generate a
> permission denied error, it just didn't look there and generated a
> does not exist error.
Great.
FYI, t
Please ignore, it is a permission issue. The user had not rights in
the schema, and since I used search_path, it didn't generate a
permission denied error, it just didn't look there and generated a
does not exist error.
Sorry about the noise. Things seem to work as expected.
- Ian
On 3/26/09,
On Wed, Mar 25, 2009 at 5:10 PM, Stephen Deasey wrote:
> On Wed, Mar 25, 2009 at 10:56 PM, Ian Harding wrote:
>> I am in a situation where I'd like to be able to set the search_path
>> on each page request. In AOLServer I would have just made a db handle
>> getter function that would call ns_db
On Wed, Mar 25, 2009 at 5:10 PM, Stephen Deasey wrote:
> On Wed, Mar 25, 2009 at 10:56 PM, Ian Harding wrote:
>> I am in a situation where I'd like to be able to set the search_path
>> on each page request. In AOLServer I would have just made a db handle
>> getter function that would call ns_db
On Wed, Mar 25, 2009 at 10:56 PM, Ian Harding wrote:
> I am in a situation where I'd like to be able to set the search_path
> on each page request. In AOLServer I would have just made a db handle
> getter function that would call ns_db gethandle, issue a quick SET
> command, and pass the handle b
I am in a situation where I'd like to be able to set the search_path
on each page request. In AOLServer I would have just made a db handle
getter function that would call ns_db gethandle, issue a quick SET
command, and pass the handle back to the caller.
With nsdbipg I don't know how to do this.