split_postgres_dump - Break a PostgreSQL dump file into pre-data and post-data segments
Website: | https://bucardo.org/wiki/Split_postgres_dump |
---|---|
License: | BSD |
- Description:
split_postgres_dump is a small Perl script that breaks a --schema-only dump file into pre and post sections. The pre section contains everything needed to import the data, while the post section contains those actions that should be done after the data is loaded, namely the creation of indexes, constraints, and triggers.
Packages
split_postgres_dump-1.3.3-2.sles12.noarch [4 KiB] |
Changelog
by Devrim Gündüz (2016-07-15):
- Spec file cleanup: * Remove whitespaces * Add Requires: for perl-Data-Dumper * Use macros for rm * Fix URL |