Re: [GENERAL] Problems with information_schema

2004-12-11 Thread Tom Lane
"Marcel Gsteiger" <[EMAIL PROTECTED]> writes: > Is this a known problem? If the problem is unknown, I could probably help to > find out what's going wrong. The base tables (in schema pg_catalog) appear to > be ok at first sight. Perhaps the information_schema dictionary views have > not yet been

[GENERAL] Problems with information_schema

2004-12-10 Thread Marcel Gsteiger
Hi all I just copied a rather complex application database together with all tables and triggers to 8.0.0RC1 running under windows (the original 7.4 database still runs on linux). I migrated everyting using pg_dump and then executing the resulting scripts via pgsql. Most things work as expecte