Rekha Ravi Pai wrote:
> Hi,
> I want to store confidential data. I created a user with createdb
> permission.
> How can I prevent others accessing tables created by this user?
if you don't grant privileges to other roles or users, then only the
table creator can access the created table.