Re: The Contrib Roundup (long)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Jan Wieck <JanWieck(at)Yahoo(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, kar(at)kakidata(dot)dk, andrew(at)supernews(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: The Contrib Roundup (long)
Date: 2005-06-13 17:16:21
Message-ID: 21679.1118682981@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Mon, 13 Jun 2005, Jan Wieck wrote:
>> Silently doing something other than what the user requested ... I
>> don't think this is the right way to become the most popular open
>> source database in the world.

> But, we are already doing that, no? :) I know I'm one that has been
> bitten by 'DATABASE' != "all tables in the database" :)

But that's what we're trying to fix here --- ie, eliminate surprises.

Perhaps we should follow the precedent of VACUUM: it skips over tables
you don't have permission to process, but emits a WARNING.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-06-13 17:20:50 Re: The Contrib Roundup (long)
Previous Message Marc G. Fournier 2005-06-13 17:08:44 Re: The Contrib Roundup (long)