Add optional drop behavior clause to REVOKE command, for SQL conformance.
Peter Eisentraut <peter_e@gmx.net>
Add optional drop behavior clause to REVOKE command, for SQL conformance. Currently, only RESTRICT is allowed.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/features.sgml | modified | +7 −7 |
| doc/src/sgml/ref/revoke.sgml | modified | +11 −1 |
| src/backend/parser/gram.y | modified | +6 −2 |