Re: SQL:2008 unsupported features

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: SQL:2008 unsupported features
Date: 2011-06-21 19:48:20
Message-ID: 1308685700.1713.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On tis, 2011-06-21 at 19:57 +0100, Thom Brown wrote:
> According to the docs
> (http://www.postgresql.org/docs/9.1/static/unsupported-features-sql-standard.html),
> PostgreSQL doesn't support feature set E081 of the SQL:2008 standard,
> which includes:
>
> E081-01 SELECT privilege at the table level
> E081-02 DELETE privilege
> E081-03 INSERT privilege at the table level
> E081-04 UPDATE privilege at the table level
> E081-05 UPDATE privilege at the column level
> E081-06 REFERENCES privilege at the table level
> E081-07 REFERENCES privilege at the column level
> E081-08 WITH GRANT OPTION
> E081-09 USAGE privilege
> E081-10 EXECUTE privilege
>
> Am I mistaken, but aren't all of these supported?

The USAGE privilege is not fully supported.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thom Brown 2011-06-21 19:55:08 Re: SQL:2008 unsupported features
Previous Message Thom Brown 2011-06-21 18:57:26 SQL:2008 unsupported features