]> granicus.if.org Git - postgresql/commit
Fix initdb to properly escape quotes and backslashes in the supplied
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 May 2006 18:07:22 +0000 (18:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 May 2006 18:07:22 +0000 (18:07 +0000)
commitb71b22d901c5067621d4d7d5d6680902292b6797
tree77b265ef428751b17b50c751b75147ea7b231c6c
parentcad1ff1037523c3c20ed63ee1ce0894167498037
Fix initdb to properly escape quotes and backslashes in the supplied
superuser password, and also in the paths of the various files it issues
SQL COPY commands for.  Per bug #2424.
src/bin/initdb/initdb.c