pgsql: Fix initdb to properly escape quotes and backslashes in the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix initdb to properly escape quotes and backslashes in the
Date: 2006-05-27 18:07:22
Message-ID: 20060527180722.5573D9FA2D8@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.99.2.2 -> r1.99.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.99.2.2&r2=1.99.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Nwakefield 2006-05-27 19:16:02 bizgres - bizgres:
Previous Message Tom Lane 2006-05-27 18:07:06 pgsql: Fix initdb to properly escape quotes and backslashes in the