postgresql/src/bin/scripts
Michael Paquier 4fa5edcd1a Remove last traces of --adduser/--no-adduser in createuser
8ae0d47 marked those options as obsolete back in 2005, with the options
removed from the documentation.  This removes the last references to
both options in the code which were kept around for compatibility
purposes with past commands.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/5da284a2-62d9-e338-88d1-26ee5009d93e@gmail.com
2019-10-23 12:27:03 +09:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
t Add support for --jobs in reindexdb 2019-07-27 22:21:18 +09:00
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
Makefile Add support for --jobs in reindexdb 2019-07-27 22:21:18 +09:00
clusterdb.c Refactor parallelization processing code in src/bin/scripts/ 2019-07-19 09:31:58 +09:00
common.c Refactor parallelization processing code in src/bin/scripts/ 2019-07-19 09:31:58 +09:00
common.h Refactor parallelization processing code in src/bin/scripts/ 2019-07-19 09:31:58 +09:00
createdb.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
createuser.c Remove last traces of --adduser/--no-adduser in createuser 2019-10-23 12:27:03 +09:00
dropdb.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
dropuser.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
nls.mk Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_isready.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
reindexdb.c Fix error handling of vacuumdb and reindexdb when running out of fds 2019-08-26 11:14:18 +09:00
scripts_parallel.c Fix failure of --jobs with reindexdb and vacuumdb on Windows 2019-08-27 09:11:31 +09:00
scripts_parallel.h Fix error handling of vacuumdb and reindexdb when running out of fds 2019-08-26 11:14:18 +09:00
vacuumdb.c Fix error handling of vacuumdb and reindexdb when running out of fds 2019-08-26 11:14:18 +09:00