pgsql: Get rid of pg_dump's README

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of pg_dump's README
Date: 2013-01-17 04:52:11
Message-ID: E1TvhSV-0003WO-U9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get rid of pg_dump's README

It was largely full of outdated and incorrect information. Move the few
notes which were still relevant into header comments of pg_backup_tar.c
and pg_dumpall.c.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36bdfa52a0780d2fcbb48665ab7ca98a13593fdf

Modified Files
--------------
src/bin/pg_dump/README | 78 ---------------------------------------
src/bin/pg_dump/pg_backup_tar.c | 5 ++-
src/bin/pg_dump/pg_dumpall.c | 2 +
3 files changed, 6 insertions(+), 79 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-01-17 10:28:21 pgsql: Support multiple -t/--table arguments for more commands
Previous Message Alvaro Herrera 2013-01-16 19:14:45 pgsql: Split out XLog reading as an independent facility