Re: [HACKERS] pg_dumpall problem in 7.1 and cvs

2001-08-03 Thread Tom Lane
"Oliver Elphick" <[EMAIL PROTECTED]> writes: > If there is a comment on a view, pg_dumpall can put them in the wrong order: I've committed a fix for this in both CVS tip and REL7_1_STABLE. regards, tom lane ---(end of broadcast)---

Re: [HACKERS] pg_dumpall problem in 7.1 and cvs

2001-08-02 Thread Tom Lane
"Oliver Elphick" <[EMAIL PROTECTED]> writes: > If there is a comment on a view, pg_dumpall can put them in the wrong order: Drat. I fixed the identical problem for permissions a little while ago, but didn't realize that it extended to comments too. Thanks for the report!