vote up 2 vote down star

As the title suggests, does anyone know if such a thing exists?

flag

50% accept rate

2 Answers

vote up 1 vote down

You could do something like it with views/rules of the data. Also, 8.4 has column level permissions iirc.

link|flag
vote up 0 vote down check

It looks like the Postgres Veil project does this.

Veil is a data security add-on for Postgres. It provides an API allowing you to control access to data at the row, or even column, level. Different users will be able to run the same query and see different results. Other database vendors describe this as a Virtual Private Database.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.