summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_user.sgml
AgeCommit message (Expand)Author
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2018-11-23Clarify documentation about PASSWORD in CREATE/ALTER ROLEMichael Paquier
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-09-20Fix erroneous documentation about noise word GROUP.Tom Lane
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2016-01-28Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.Robert Haas
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-11-23Remove useless whitespace at end of linesPeter 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-09-18Easier to translate psql helpPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-05-15Fix a bunch of bad grammar in the docs: "<link>, which see for moreNeil Conway
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-04-25Call SET varaiables "configuration_parameter"s in the documentation.Bruce Momjian
2006-04-25Change "parameter" to "varname" in the alter role and alter userBruce Momjian
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-26Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane
2005-01-06Re-readjust synopses for CREATE/ALTER USER.Tom Lane
2005-01-05Revert cosmetic synopsis changes that break psql translations.Peter Eisentraut
2005-01-04More minor updates and copy-editing.Tom Lane
2004-12-13Spell checker runPeter Eisentraut
2004-05-06Erase MD5 user passwords when a user is renamed because the username isBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-04-15Bring SQL ref pages to consistent format, part 1.Peter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-03-20This is not the only place in the system catalogs where NULL isBruce Momjian
2003-01-19This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-03-22Spell checking and markup additionsPeter Eisentraut
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-27Some cleanups in CREATE/ALTER/DROP USER ref pages.Peter Eisentraut
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane