postgresql/src/bin/scripts
Michael Paquier 49300e4cf2 createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
The original coding failed to properly quote those arguments, leading to
failures when using quotes in the values used.  As the quoting can be
encoding-sensitive, the connection to the backend needs to be taken
before applying the correct quoting.

Author: Michael Paquier
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/20200214041004.GB1998@paquier.xyz
Backpatch-through: 9.5
2020-02-27 11:21:28 +09:00
..
po Translation updates 2019-11-11 10:23:30 +01:00
t Improve inefficient regexes in vacuumdb TAP test. 2018-05-08 20:17:43 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
clusterdb.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
common.c Remove some code related to 7.3 and older servers from tools of src/bin/ 2019-05-07 14:20:19 +09:00
common.h Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
createdb.c createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate 2020-02-27 11:21:28 +09:00
createlang.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
createuser.c createuser: fix parsing of --connection-limit argument 2020-02-10 12:16:40 -03:00
dropdb.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
droplang.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
dropuser.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:48 -08:00
Makefile Revert restructuring of bin/scripts/Makefile 2018-02-27 14:08:53 +01:00
nls.mk Translation updates 2016-02-08 14:21:00 -05:00
pg_isready.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
reindexdb.c Fix error reporting in reindexdb 2019-05-11 13:01:24 +09:00
vacuumdb.c Fix failure of --jobs with vacuumdb on Windows 2019-08-27 09:12:14 +09:00