https://github.com/serverfarmer/sf-binary-pgdump
Postgres pg_dump command line tool for various OS and architectures
https://github.com/serverfarmer/sf-binary-pgdump
pgdump pgsql postgres postgresql postgresql-backup postgresql-database
Last synced: 13 days ago
JSON representation
Postgres pg_dump command line tool for various OS and architectures
- Host: GitHub
- URL: https://github.com/serverfarmer/sf-binary-pgdump
- Owner: serverfarmer
- License: mit
- Created: 2019-08-16T20:18:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T16:37:32.000Z (about 6 years ago)
- Last Synced: 2025-01-22T17:13:29.662Z (over 1 year ago)
- Topics: pgdump, pgsql, postgres, postgresql, postgresql-backup, postgresql-database
- Language: Shell
- Homepage: http://serverfarmer.org/
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sf-binary-pgdump is a dependency extension, providing Postgres pg_dump
command line tool (and required shared library).
It also provides a simple pg_dump wrapper script, which automatically
detects current OS version and architecture, and executes the proper
pg_dump binary, so user can just focus on pg_dump related logic.