aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/revoke.sgml
Commit message (Expand)AuthorAge
* 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
* Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane2005-07-26
* Document that utility commands such as DROP FUNCTION allow argument namesTom Lane2005-05-26
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* When a superuser does GRANT or REVOKE on an object he doesn't own,Tom Lane2003-10-31
* Add/edit index entries.Peter Eisentraut2003-08-31
* Editing of more reference pages.Peter Eisentraut2003-04-26
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Add optional drop behavior clause to REVOKE command, for SQL conformance.Peter Eisentraut2003-01-10
* Fixups for man pagesPeter Eisentraut2002-11-21
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Wrap some SQL syntax examples so \h shows them better.Bruce Momjian2002-02-21
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Try to be a little bit clearer about the implications of GRANT TO PUBLICTom Lane2001-11-19
* Initial round of tweakage for man pagesPeter Eisentraut2001-11-18
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27