pg_dump ORDER BY

From: Nabil Sayegh <nsmail(at)sayegh(dot)de>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: pg_dump ORDER BY
Date: 2000-12-07 21:30:14
Message-ID: 3A300166.C0B82A21@sayegh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I did a mistake lastnight.
I have 2 databases of the same structure: db1, db2

Now I need to pg_dump them and do a diff.
Therefor I need the contents of the tables to be ordered.

Is there a way to achive that ?

TIA
--
Nabil Sayegh

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mike Hammonds 2000-12-07 21:53:28 Install order
Previous Message Tom Lane 2000-12-07 21:20:11 Re: Large Table Updates, causing memory exhaustion. Is a transaction wrapper the answer?