summaryrefslogtreecommitdiff
path: root/src/bin/scripts/createuser
AgeCommit message (Expand)Author
2003-03-18Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut
2003-02-19At present it is impossible to kill createuser except with kill -9Bruce Momjian
2003-02-13This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-16Improve appearance of SET command.Bruce Momjian
2002-10-16Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-12Allow prompting of create/drop user to handle spaces.Bruce Momjian
2002-04-12Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian
2002-02-18Fix param handling of create* admin scripts as described months ago.Bruce Momjian
2001-09-30These are further fixes for double quotes missing in the various shellBruce Momjian
2001-09-22sbasename $0 is now basename "$0"Bruce Momjian
2001-08-26Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian
2001-08-26Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian
2001-08-25Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-01-21Put quotes around environment variables.Bruce Momjian
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-03-25More changes of >& to 2>&1Bruce Momjian
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
1999-12-16Hi,Bruce Momjian
1999-12-07Okay, that should put us back in sync. These two patches (src & doc) areBruce Momjian
1999-12-05Fix echo -n and read -r in scripts.Bruce Momjian
1999-12-04New scripts for create/drop user/db from Peter EisentrautBruce Momjian