Re: BUG #8215: pg_dump includes table out of order in SQL dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ijmorlan(at)uwaterloo(dot)ca
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8215: pg_dump includes table out of order in SQL dump
Date: 2013-06-06 22:02:55
Message-ID: 6155.1370556175@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

ijmorlan(at)uwaterloo(dot)ca writes:
> My understanding is that pg_dump is supposed to include tables in SQL dumps
> in alphabetical order by table name.

That's the default behavior as long as there are no ordering constraints
that would dictate doing something else. You haven't provided enough
info to tell whether there's such a constraint in your case ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message sunitha.mudumba 2013-06-07 02:50:04 BUG #8216: TO_DATE does not support th format provided
Previous Message Jeff Janes 2013-06-06 20:22:26 Re: BUG #8192: On very large tables the concurrent update with vacuum lag the hot_standby replica