split_postgres_dump - Break a PostgreSQL dump file into pre-data and post-data segments
| Website: | https://github.com/bucardo/Split_postgres_dump |
|---|---|
| License: | BSD |
| Vendor: | PostgreSQL Global Development Group |
- 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.1.noarch [5 KiB] |
Changelog
by Devrim Gündüz (2018-10-15):
- Rebuild against PostgreSQL 11.0 |