Re: [GENERAL] Dump Customizing

2003-08-09 Thread Stephan Szabo
On Tue, 5 Aug 2003, Yudha Setiawan wrote: > Dear expert, > > It's Urgent. > How do I dump just for > - Table Structure > - Index > - Constraint > - Type > - Function. > Without > - Create Trigger. > - Data. > i've tried with -X option, but it didn't works > "pg_dump

Re: [GENERAL] Dump Customizing

2003-08-05 Thread Dennis Gearon
A nice addition to the dump commands would be something like: -scope( schema( schema_s), tables( table_1), dbases_name objects( tables, indexes, constraints, types, functions, triggers, data, etc) ) if it could be completely hierarchial, then any set of objects desired could be extracted. Step