Re: Notices for redundant operations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Notices for redundant operations
Дата
Msg-id Pine.LNX.4.44.0309071832350.1172-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Notices for redundant operations  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Notices for redundant operations  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Robert Treat writes:

> Hmm... the counter state seems to be that now these commands would tell you
> they are doing something even though they are arn't really doing anything:

Commands are defined in terms of their results, not in terms of their
actions, and certainly not in terms of the amount of grinding that is
caused by them.

Have you ever realized that

GRANT SELECT ON table1 TO person;

might not do anything?  No one has suggested notices for that.  Or have
you ever seen a notice issued as the result of

chmod a+x filename

when the file was already executable?

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Index creation takes for ever
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Index creation takes for ever