postgresql/src/bin/scripts
Andrew Dunstan 1b37a8c3cc Don't override arguments set via options with positional arguments.
A number of utility programs were rather careless about paremeters
that can be set via both an option argument and a positional
argument. This leads to results which can violate the Principal
Of Least Astonishment. These changes refuse to use positional
arguments to override settings that have been made via positional
arguments. The changes are backpatched to all live branches.
2012-04-17 18:30:34 -04:00
..
po Translation updates 2011-08-17 14:07:46 +03:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
clusterdb.c Don't override arguments set via options with positional arguments. 2012-04-17 18:30:34 -04:00
common.c Improve connectMaintenanceDatabase() error reporting. 2012-03-21 10:56:26 -04:00
common.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
createdb.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
createlang.c Don't override arguments set via options with positional arguments. 2012-04-17 18:30:34 -04:00
createuser.c createuser: Disable prompting by default 2012-02-07 14:55:34 +02:00
dropdb.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
droplang.c Don't override arguments set via options with positional arguments. 2012-04-17 18:30:34 -04:00
dropuser.c createuser: Disable prompting by default 2012-02-07 14:55:34 +02:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nls.mk Make _ be automatically included in GETTEXT_TRIGGERS 2011-06-26 23:05:30 +03:00
reindexdb.c Don't override arguments set via options with positional arguments. 2012-04-17 18:30:34 -04:00
vacuumdb.c Don't override arguments set via options with positional arguments. 2012-04-17 18:30:34 -04:00