Re: Different views with same name for different users

From: Holger Krug <hkrug(at)rationalizer(dot)com>
To: Darren Ferguson <darren(at)crystalballinc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Different views with same name for different users
Date: 2002-01-16 15:35:38
Message-ID: 20020116163538.A20871@dev12.rationalizer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 16, 2002 at 09:59:42AM -0500, Darren Ferguson wrote:
> But you could create the views as you have said then grant user access
> permissions on them. I.e. get the priveldged user to create all the views
> and then use the GRANT command to allow users to access them. I.e.

You forgot: He aimed to create all the different views with one and
the same name. This is impossible in PostgreSQL.

--
Holger Krug
hkrug(at)rationalizer(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-01-16 15:38:54 PQsendQuery: Query is too long
Previous Message Francisco Reyes 2002-01-16 15:23:48 Re: Turning off transactions completely.