pgsql: Suppress database dump item when --table and/or --schema switch - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Suppress database dump item when --table and/or --schema switch
Date
Msg-id 20050921195803.BF817D9CFD@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress database dump item when --table and/or --schema switch was
given, per gripe from Michael Fuhr.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.420 -> r1.421)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.420&r2=1.421)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: optimize_minmax_aggregates() neglected to check for inherited
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Allow compilation on windows.