Re: users

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Julian <mojulu(at)arnet(dot)com(dot)ar>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: users
Date: 2003-06-11 19:37:26
Message-ID: 20030611193726.GC17221@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jun 10, 2003 at 10:53:50 -0300,
Julian <mojulu(at)arnet(dot)com(dot)ar> wrote:
> Hi all, i'm new in postgres and this question may be very easy, but i need
> to do this so here it goes.
> I have one user in my database, and i need to create 10 more users to
> connect to de database but they must use the tables defined in the first
> user but i can not use user.table. how can i do this? is there synonyms in
> postgres?

You can add the 10 users to a group and give appropiate access to the
group to tables and schemas. You could set the default search path to
the database to include the schema that has the tables in them.
You will want to warn the people that creating tables with names matching
those in the above schema might cause some problems if they aren't
careful.

In response to

  • users at 2003-06-10 13:53:50 from Julian

Browse pgsql-admin by date

  From Date Subject
Next Message Hari Prasad Chattopadhyay 2003-06-11 19:55:03 unsubscribe
Previous Message alvis 2003-06-11 18:56:15 Re: Metadata