summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/createuser.sgml
AgeCommit message (Expand)Author
2023-05-24Document deprecated createuser option.Nathan Bossart
2023-05-22Rename some createuser options.Nathan Bossart
2023-05-19doc: improve description of adding roles as membersBruce Momjian
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-02-27Replace single-quotes with double-quotes in a few SGML attributes.Heikki Linnakangas
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2022-07-13createuser: Add support for more clause types through new optionsMichael Paquier
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-03-09Doc: fix some description of environment variables with frontend toolsMichael Paquier
2019-04-01Unified logging system for command-line programsPeter Eisentraut
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
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-12-11Add a new option, -g, to createuser, to add membership in a role.Robert Haas
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-05-03doc: Fix for too many brackets in command synopses on man pagesPeter Eisentraut
2012-02-07createuser: Disable prompting by defaultPeter Eisentraut
2011-09-23Add --{no-,}replication flags to createuser.Robert Haas
2011-03-10Use '=' when documenting long options.Bruce Momjian
2011-01-08Remove bogus claims regarding createuser defaults.Robert Haas
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
2010-03-22Re-order createuser and vacuumedb documentation options, forBruce Momjian
2010-02-19Document --version and --help options for all client applications (theyBruce Momjian
2010-02-19First pass over client applications documentation proofreading.Bruce Momjian
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2007-12-11Make documentation of -W options more accurate and uniform.Tom Lane
2007-06-21Update password example.Peter Eisentraut
2007-06-21Update examples of create/drop scripts.Peter Eisentraut
2007-06-04Remove gratuitous response messages from utility programs.Peter Eisentraut
2007-03-26Fix seriously broken markup for libpq-envars cross-references.Tom Lane
2007-02-20More clearly document that most PostgreSQL utilities support libpqBruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-09-30Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut
2005-08-14Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane
2005-05-29Add reference to libpq environment variables for client applications.Bruce Momjian
2005-05-13Update createuser examples to match the current program behavior,Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-12Mop-up for error-message updates in documentation.Tom Lane
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-08-17This patch makes two minor fixes to the docs: (1) fixes aBruce Momjian