Re: [GENERAL] Split pg_dump dump into files and then combine it back

2010-01-14 Thread Tom Lane
Dmitry Koterov writes: > Is there a tool (or a way) to parse a pg_dump'ed (structure only) dump file > into smaller files (each function in its own file, its table in its own > etc.) with ability to combine these files later into the proper dump file? > The main problem is dependencies. Sometimes

[GENERAL] Split pg_dump dump into files and then combine it back

2010-01-14 Thread Dmitry Koterov
Hello. Is there a tool (or a way) to parse a pg_dump'ed (structure only) dump file into smaller files (each function in its own file, its table in its own etc.) with ability to combine these files later into the proper dump file? The main problem is dependencies. Sometimes functions are defined b