hello all, i've got a rather screwy postgresql dump file which i can't load.
there are many errors, and i'm trying to work them out one by one. the first problem is that there are circular references, e.g., function 1 refers to table 1, table 1 refers to function 2 (in a constraint or default), function 2 refers to function 1. postgres won't load any of this since none of the functions can be defined since the things they depend on aren't defined yet. is it possible to force postgresql to defer looking for definitions? or somehow to make things like this work? tiger -- Gerald Timothy Quimpo http://bopolissimus.sni.ph [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78" Mene sakhet ur-seveh -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
