I'm experiencing the same problem Mr. Dalphin was experiencing back in
1999: http://archives.postgresql.org/pgsql-bugs/1999-09/msg00056.php
pg_dump does not dump functions used as column defaults before the
definition of that table, so rebuilds fail.
Has this bug been fixed, and I'm not seeing t
I have a pg_dump file which contains only schemas,
I think there is a bug, which causes function reload
fail, look at following pieces of dump file:
..
..
--
-- TOC Entry ID 212 (OID 34744710)
--
-- Name: gibson Type: TABLE Owner: jliang
--
CREATE TABLE "gibson" (
"cid" integer,