News

PostgreSQL's pg_dump command can output database structure and contents, but contents is not sorted. This script sort dumped file by table primary key definition. Output sorted dump to STDOUT. Table ...