pg_dump exclusion switches and functions/types - Mailing list pgsql-hackers

From Kris Jurka
Subject pg_dump exclusion switches and functions/types
Date
Msg-id Pine.BSO.4.63.0610051719220.8001@leary2.csoft.net
Whole thread Raw
Responses Re: pg_dump exclusion switches and functions/types  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_dump exclusion switches and functions/types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Testing out the new pg_dump exclusion switches I've found that excluding a 
table means that no functions or types will be dumped.  Excluding one 
table shouldn't exclude these objects.  My real use case for this 
functionality is that I have a database that has 99% of its space used by 
one big table and I'd like to be able to dump the rest of the database 
quickly.  If I lose function/type information it's useless.

Kris Jurka


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: broken dead code in pg_lzcompress.h
Next
From: Tom Lane
Date:
Subject: Re: pg_dump exclusion switches and functions/types