pgsql: Properly enforce pg_dump -F formation options; only single letter

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly enforce pg_dump -F formation options; only single letter
Date: 2007-03-22 19:42:03
Message-ID: 20070322194203.37EFD9FBBCF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Properly enforce pg_dump -F formation options; only single letter or
full words support, per report from Mark Stosberg.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.461 -> r1.462)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.461&r2=1.462)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-22 19:51:44 pgsql: Allow DROP TABLESPACE to succeed (with a warning) if the
Previous Message Alvaro Herrera 2007-03-22 18:57:52 pgsql: Remove the currently unused FRONTEND case in dllist.c.