summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/dropdb.sgml
AgeCommit message (Expand)Author
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-06-07doc: Move options on man pages into more alphabetical orderPeter Eisentraut
2020-03-09Doc: fix some description of environment variables with frontend toolsMichael Paquier
2019-11-20Add the support for '-f' option in dropdb utility.Amit Kapila
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
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2011-12-06Make command-line tools smarter about finding a DB to connect to.Robert Haas
2011-08-30Add --if-exists option to dropdb and dropuser.Robert Haas
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-03-10Use '=' when documenting long options.Bruce Momjian
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-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 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-21Remove tabs from SGML reference files, so their addition can be detectedBruce Momjian
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-05-29Add reference to libpq environment variables for client applications.Bruce Momjian
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-05-26Add documentation to 'createuser' that ALTER USER must be used to add orBruce Momjian
2003-03-24Another big editing pass for consistent content and presentation.Peter Eisentraut
2003-03-18Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut
2002-10-11Assorted reference page updatesPeter Eisentraut
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-07-28Structure reference pages consistently. Document that structure.Peter Eisentraut
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2002-01-20Spell-check and markup policePeter Eisentraut
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-11-28proof-readingPeter Eisentraut
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
2001-08-13Patch NAME section of reference pages.Bruce Momjian
2000-12-25Refine some things to create better looking man pages.Peter Eisentraut
2000-11-22Make socket option specify just the directory, not the full path.Bruce Momjian
2000-11-13Add mention of hostname leading slash handling to all manual pages that use -h.Bruce Momjian
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian