Re: System catalog table privileges

From: "Aaron Bono" <postgresql(at)aranya(dot)com>
To: "Hilary Forbes" <hforbes(at)dmr(dot)co(dot)uk>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: System catalog table privileges
Date: 2006-07-24 15:56:13
Message-ID: bf05e51c0607240856l5acb918cw762fdc123baaa3f3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 7/21/06, Hilary Forbes <hforbes(at)dmr(dot)co(dot)uk> wrote:
>
> Aaron
>
> Thanks for this one - I had actually wondered about doing that but the
> trouble is that they say that they need up to the minute reports not "as of
> last night". Indeed, I do have another app where I do just that because I
> find that reports indexes/requirements are very different to transactional
> type requirements. However, you have made me make up my mind to see if I
> can persuade them to work on data that is a day old.
>

I have heard "I need up to the minute data" a lot but have NEVER seen it to
be true. I guess if you are trading stocks on the stock market and need to
buy and sell immediately as the prices change then you would have a reason
but almost always business users think they need things now when they don't.

You could also look at the cost/benefit: if they bring the database down,
how much would it cost the business? If they are working on day old data,
how much would it cost? Get the user to write down and justify their
numbers. This will show to you and the user whether it is really necessary
to report off of the live data.

Good luck!

==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
==================================================================

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Aaron Bono 2006-07-24 17:26:15 Re: Referential integrity (foreign keys) across multiple tables
Previous Message Michael Fuhr 2006-07-24 13:05:32 Re: Primary key constraint violation without error?