On 2/5/06, Neil Conway <[EMAIL PROTECTED]> wrote:
> If you're referring to the raw parser (parser/gram.y), you should not
> attempt to access any tables. For one thing, the raw parser might be
> invoked outside a transaction. The statement might also refer to a table
> created earlier in the same q
On Fri, 2006-02-03 at 10:46 +0100, andrew wrote:
> I am modifying the source code. I want to look up some information
> from some tables while parsing the queries.
If you're referring to the raw parser (parser/gram.y), you should not
attempt to access any tables. For one thing, the raw parser migh