"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)---
If there is a comment on a view, pg_dumpall can put them in the wrong order:
--
-- pg_dumpall (7.2devel)
--
...
--
-- TOC Entry ID 363 (OID 31291)
--
-- Name: VIEW "all_persons" Type: COMMENT Owner:
--
COMMENT ON VIEW "all_persons" IS 'All persons - individuals or not';
--
-- TOC Entry ID 362 (
"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!