KL <[EMAIL PROTECTED]> writes:
> Right, the error occurs in exactly such a simple
> example, but I'm not above to provide details galore ...
This seems to be the relevant detail:
> CREATE TABLE event (
> event_id integer DEFAULT nextval('event_id_seq') NOT NULL,
This isn't what you showed be
KL <[EMAIL PROTECTED]> writes:
> pg_dump seems to dump objects strictly alphabetically,
No, it doesn't ... at least not if you are running 8.0 or later.
It looks at dependencies to see what has to be dumped first.
(It does prefer alpha order when there's no dependency constraint.)
There are vario