Re: Notices for redundant operations - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Notices for redundant operations
Date
Msg-id Pine.LNX.4.44.0309071832350.1172-100000@peter.localdomain
Whole thread Raw
In response to Re: Notices for redundant operations  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: Notices for redundant operations  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Index creation takes for ever
Next
From: Manfred Koizar
Date:
Subject: Re: Index creation takes for ever