Re: grant and SQL92

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: grant and SQL92
Date: 2001-06-07 14:44:53
Message-ID: Pine.LNX.4.30.0106071640460.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vince Vielhaber writes:

> I can grant a series of privileges (comma separated) on a series of
> objects (comma separated) to either a user, group or public NOT a
> comma separated list of users or groups. Yet at the bottom of the
> man page for grant
>
> http://www.postgresql.org/idocs/index.php?sql-grant.html
>
> it says it's allowed in SQL92. How is it this isn't allowed in
> postgresql, is it a real pain to implement or was it just never
> needed?

There is insufficient internal representation of the GRANT parse tree,
which makes this cumbersome to implement. Not terribly hard to fix, but
someone needs to do it. (Where were those PostgreSQL hacker newbies?)

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2001-06-07 14:47:00 Re: Any time estimates for 7.1.2 RPM's ?
Previous Message Hannu Krosing 2001-06-07 14:43:50 Re: Any time estimates for 7.1.2 RPM's ?