summaryrefslogtreecommitdiff
path: root/src/bin/scripts/createdb
Commit message (Expand)AuthorAgeFilesLines
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-181-212/+0
* Improve formatting of --help output.Peter Eisentraut2002-10-181-12/+15
* Improve appearance of SET command.Bruce Momjian2002-10-161-3/+3
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-161-3/+3
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-101-2/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Allow createdb to create comments in current db, not template1.Bruce Momjian2002-06-111-2/+2
* Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian2002-04-121-5/+5
* Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane2002-02-241-1/+13
* Fix param handling of create* admin scripts as described months ago.Bruce Momjian2002-02-181-5/+11
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-301-5/+5
* sbasename $0 is now basename "$0"Bruce Momjian2001-09-221-2/+2
* Commit Karel's patch.Tatsuo Ishii2001-09-061-5/+1
* Add checking for valid database encoding.Tatsuo Ishii2001-03-271-1/+5
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-181-2/+16
* Put quotes around environment variables.Bruce Momjian2001-01-211-10/+10
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-251-2/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-11/+1
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-1/+11
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-111-6/+8
* Default argument for createdbPeter Eisentraut2000-02-101-5/+8
* another round of user interface cleanupsPeter Eisentraut2000-01-191-13/+17
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-18/+19
* Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk)Tatsuo Ishii2000-01-121-3/+5
* Hi,Bruce Momjian1999-12-161-6/+15
* Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian1999-12-081-4/+7
* Okay, that should put us back in sync. These two patches (src & doc) areBruce Momjian1999-12-071-16/+55
* New scripts for create/drop user/db from Peter EisentrautBruce Momjian1999-12-041-0/+112