OSDN Git Service

Fix initdb to properly escape quotes and backslashes in the supplied
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 May 2006 18:07:06 +0000 (18:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 May 2006 18:07:06 +0000 (18:07 +0000)
commit58a2dbc74020d03aa2866ca700f9421827fbb21b
treea25fd4045a5786e77555963f4ae9787093c0a250
parent0780ce6a93c1403e8d354906cdc49cd1cd21b364
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