summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/set_role.sgml
AgeCommit message (Expand)Author
2024-04-15doc: Note exceptions for SET ROLE's effect on privilege checks.Nathan Bossart
2024-03-24doc: Clarify requirements for SET ROLE.Nathan Bossart
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-08-29docs: Fix up some out-of-date references to INHERIT/NOINHERIT.Robert Haas
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2021-04-02Clarify documentation of RESET ROLEJoe Conway
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2019-10-16Doc: Fix various inconsistenciesMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2016-08-25doc: more replacement of <literal> with something betterBruce Momjian
2015-09-22Use gender-neutral language in documentationPeter Eisentraut
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-03-28Better document that SET ROLE does not uset ALTER ROLE SET settings;Bruce Momjian
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-07-26Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane