From: | Thom Brown <thom(at)linux(dot)com> |
---|---|
To: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | SQL:2008 unsupported features |
Date: | 2011-06-21 18:57:26 |
Message-ID: | BANLkTimw6VwAO=K5TTLVV6JHgpwrm9h_fw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
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?
--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2011-06-21 19:48:20 | Re: SQL:2008 unsupported features |
Previous Message | Greg Smith | 2011-06-18 02:54:09 | Re: Small correction in http://www.postgresql.org/docs/9.0/interactive/wal-reliability.html |