Jump to letter: [
ABCEGLMNOPST
]
pg_sample - PostgreSQL utility for creating a small, sample database from a larger one
- Description:
pg_sample is a utility for exporting a small, sample dataset from a
larger PostgreSQL database. The output and command-line options closely
resemble the pg_dump backup utility (although only the plain-text format
is supported).
The sample database produced includes all tables from the original,
maintains referential integrity, and supports circular dependencies.
Packages