1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: postgresql-filedump
Section: misc
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all
Standards-Version: 3.9.8
Homepage: http://pgfoundry.org/projects/pgfiledump
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/postgresql-filedump.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/postgresql-filedump.git
Package: postgresql-filedump
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility to format PostgreSQL files
pg_filedump is a utility to format PostgreSQL heap/index/control files in
human-readable form. You can format/dump the files in several ways.
.
This version of pg_filedump is compatible with PostgreSQL versions 9.6 and
below.
|