Re: Prepared statements fail after schema changes with surprising error - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Prepared statements fail after schema changes with surprising error
Date
Msg-id CAEYLb_UUwbuwObizZm1ECCSzLFjvPGTB04dZqzqx06+oWNtq=A@mail.gmail.com
Whole thread Raw
In response to Re: Prepared statements fail after schema changes with surprising error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Prepared statements fail after schema changes with surprising error
List pgsql-hackers
On 22 January 2013 00:00, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Works for me ...

That's what I thought. But looking at RangeVarGetRelidExtended() and
recomputeNamespacePath(), do you suppose that the problem could be
that access privileges used by the app differed for a schema (or, more
accurately, two physically distinct namespaces with the same nspname)
between executions of the prepared query?

-- 
Regards,
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CF3+4 (was Re: Parallel query execution)
Next
From: Michael Paquier
Date:
Subject: Re: Request for vote to move forward with recovery.conf overhaul