Thread: pgsql: createuser: fix parsing of --connection-limit argument

pgsql: createuser: fix parsing of --connection-limit argument

From
Alvaro Herrera
Date:
createuser: fix parsing of --connection-limit argument

The original coding failed to quote the argument properly.

Reported-by: Daniel Gustafsson
Discussion: 1B8AE66C-85AB-4728-9BB4-612E8E61C219@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8fa8e011563744f61d29024ab187a189124a6551

Modified Files
--------------
src/bin/scripts/createuser.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)