[GENERAL] GUI

1999-01-15 Thread Paulo da Silva
I'm new working with posgres. Is there any GUI to posgresql? TIA Paulo ([EMAIL PROTECTED])

[GENERAL] Conditioned access to a database

1999-02-11 Thread Paulo da Silva
Hello, I'm evaluating sql/postgresql for the following purpose: I need to have a database with lots of "records". I need to allow groups of users to access sets of those records grouped by the contents of one field. For example, the group A can only access records that have the dptm field = "A".

[GENERAL] A security problem (newbie)

1999-03-02 Thread Paulo da Silva
Hello, I need to grant access to some records of ts table to user psergio. I created 2 views. psergio should be allowed to use select only on one of them. But I removed access to the whole table. So, although I grant access to va, it is denied because the ts table is not acessible! How can I tu

[GENERAL] A security problem (newbie)

1999-03-02 Thread Paulo da Silva
Hello, I'm sorry if this is the 2nd post. I'm not sure if it was sent the 1st time. I need to grant access to some records of ts table to user psergio. I created 2 views. psergio should be allowed to use select only on one of them. But I removed access to the whole table. So, although I grant a