Problem in pg_dump 7.1.2 dump order

From: "Dmitry Chernikov" <cher(at)beltel(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Problem in pg_dump 7.1.2 dump order
Date: 2001-10-10 15:09:03
Message-ID: 9q1o7i$1vl7$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

In dump file statement which grants permissions on view exists before
statement which create view.
For tables and sequences permissions dumped in correct order.

--TOC Entry ID 124 (OID 150248)
GRANT ALL on my_view to group sales;

... skipped

--TOC Entry ID 123 (OID 194103)
CREATE VIEW my_view ...

Any comments?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message steve 2001-10-10 15:32:16 pg_dump oid problems
Previous Message Marc G. Fournier 2001-10-10 13:05:24 Re: Daily snapshots hosed (was Re: [pgadmin-hackers] What