Re: - Mailing list pgsql-hackers

From Jeff Davis
Subject Re:
Date
Msg-id 200209111241.11031.list-pgsql-hackers@empires.org
Whole thread Raw
In response to Re:  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re:  (elein <elein@norcov.com>)
List pgsql-hackers
> Is it not enough to defer all views until the end?  Why would they be
> needed any sooner?

I would think that views of views, or permissions on views, or prepared 
statements might need the right view to be declared first. There may be other 
examples as well.

Your solution might be better than the current situation, however.

Regards,Jeff


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: SIMILAR TO
Next
From: Peter Eisentraut
Date:
Subject: Re: Rule updates and PQcmdstatus() issue