Re: TODO updates - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO updates
Date
Msg-id 11981.964370185@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO updates  (Philip Warner <pjw@rhyme.com.au>)
Responses Re: TODO updates  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
Philip Warner <pjw@rhyme.com.au> writes:
> As of the latest pg_dump, it dumps in modified oid order: rules, triggers,
> views and indexes always go at end, but the rest is in oid order.

Hmm, I think you need to dump views in OID order just as though they
were tables.  What if an SQL function refers to a view?

Those other categories seem safe to handle this way, though.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: mac.c
Next
From: Tom Lane
Date:
Subject: Re: TODO updates