Re: System catalog table privileges

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: System catalog table privileges
Дата
Msg-id 1153499224.31664.7.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: System catalog table privileges  (Hilary Forbes <hforbes@dmr.co.uk>)
Список pgsql-sql
On Fri, 2006-07-21 at 11:19, Hilary Forbes 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.
> 
> What we really need is a good graphical (Windows based) query/report
> tool that allows us to configure the tables to be viewed etc etc and,
> most importantly, is license free.  There's fame for someone
> there....  

A couple of points.

1:  You can still use a slave server, just look into slony.  It's what
we use, and it's quite reassuring to know that I can let Joe Sixpack
loose with a query editor and not worry about him killing my main
production database.

2:  If you HAVE to let an untrusted user have access to your real
database, then make them use views, and place some kind of limit in the
view that keeps them from blowing things up with really ugly queries. 
That won't stop a truly determined person from DOSing your server, but
will help.

3:  Look at pentaho.  It's got a standalone java version that will do a
lot in the graphical (windowsish) realm.


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

Предыдущее
От: Hilary Forbes
Дата:
Сообщение: Re: System catalog table privileges
Следующее
От: "Kevin Nikiforuk"
Дата:
Сообщение: CREATE TABLE AS inside of a function