aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/revoke.sgml
Commit message (Expand)AuthorAge
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut2021-01-30
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* Doc: fix old oversights in GRANT/REVOKE documentation.Tom Lane2020-02-12
* Refactor documentation about privileges to centralize the info.Tom Lane2018-12-03
* Fix grammar in REVOKE documentationMichael Paquier2018-06-10
* SQL proceduresPeter Eisentraut2017-11-30
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Use gender-neutral language in documentationPeter Eisentraut2015-09-21
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Add note about column privilege behavior to REVOKE reference pagePeter Eisentraut2012-03-17
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Be consistent about writing "[, ...]" instead "[,...]" in the docs.Heikki Linnakangas2010-11-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Make typography consistentPeter Eisentraut2010-03-17
* Add large object access control.Itagaki Takahiro2009-12-11
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Document that REVOKE doesn't remove all permissions if PUBLIC has permissions.Bruce Momjian2008-03-03
* Update some obsolete stuff in the GRANT and REVOKE reference pages:Tom Lane2007-10-30
* Fix typo in REVOKE reference page. Guillaume Lelarge.Neil Conway2007-10-10
* Slight wording improvement.Bruce Momjian2007-04-07
* Remove example of SQL-standard syntax for GRANT/REVOKE --- was causingBruce Momjian2007-04-07
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane2006-08-02
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Document the behavior of GRANT/REVOKE in cases where the privilege isTom Lane2005-10-20