Jump to letter: [
ABCEGHIJLMNOPRSTW
]
split_postgres_dump - Break a PostgreSQL dump file into pre-data and post-data segments
- 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.rhel7.src
[5 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
|