Re: Rewriting select statements

Поиск
Список
Период
Сортировка
От Phil Cairns
Тема Re: Rewriting select statements
Дата
Msg-id 01ea01ca59ab$eb819c20$c284d460$@com.au
обсуждение исходный текст
Ответ на Re: Rewriting select statements  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Rewriting select statements  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Rewriting select statements  (David Fetter <david@fetter.org>)
Список pgsql-general
Tom Lane wrote:
> "Phil Cairns" <phil@pagaros.com.au> writes:
> > I want to have the server do this:
> > If the query has no where clause, use a where clause of "where 1=0".
>
> > Is this possible?
>
> It's doubtless *possible*, but if you're asking for it to actually
> happen in any supported version of Postgres, the answer is no way.
> It's directly contrary to the SQL standard.

Yeah. Not asking for a feature to be added, just asking if something already
existed, some sort of rule that could be created that would rewrite the
query.

> > Why would I want to do this? Because a third party library (ArcGIS) has
a
> > "feature" such that when a relation name is registered with it, it does
a
> > "select * from <relation>" and then does nothing with the results.
>
> Tell the library authors to fix their broken code.  This is blithering
> stupidity in *any* SQL database, not only Postgres.

Tried that, and got no response. I fully agree that it's broken, but my
users just see the delay. I might have to try some sort of proxy
arrangement.

Thanks for your response,
Phil.


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CREATE TABLE LIKE and SERIAL
Следующее
От: Thom Brown
Дата:
Сообщение: Re: CREATE TABLE LIKE and SERIAL