PG 9.0.1 upgrade issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

I have upgrade my existing env PG 8.4.4 to PG 9.0.1 , run a dump and restore and recreate the table space. The upgrade went smooth no issues until I restart the db and I see this in PG erorrlog, any ideas if this is a new table or any changes have been made to this table.

ERROR:  column t.tgisconstraint does not exist at character 387
2010-10-15 12:09:56 PDT[25262]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16444 ORDER BY t.tgname 2010-10-15 12:09:56 PDT[25263]:[1-1]ERROR: column t.tgisconstraint does not exist at character 387 2010-10-15 12:09:56 PDT[25263]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16453 ORDER BY t.tgname 2010-10-15 12:09:56 PDT[25264]:[1-1]ERROR: column t.tgisconstraint does not exist at character 387 2010-10-15 12:09:56 PDT[25264]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16506 ORDER BY t.tgname 2010-10-15 12:10:03 PDT[25267]:[1-1]ERROR: column t.tgisconstraint does not exist at character 471 2010-10-15 12:10:03 PDT[25267]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp, n.nspname AS relnsp, c.relname FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE t.tgisconstraint = 'f' ORDER BY c.relname, n.nspname, t.tgname 2010-10-15 12:10:04 PDT[25268]:[1-1]ERROR: column t.tgisconstraint does not exist at character 209 2010-10-15 12:10:04 PDT[25268]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, c.relname AS tablename, n.nspname FROM pg_trigger t INNER JOIN pg_class c ON t.tgrelid = c.oid INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE t.tgisconstraint = 'f' ORDER BY t.tgname, c.relname 2010-10-15 12:10:09 PDT[25269]:[1-1]ERROR: column t.tgisconstraint does not exist at character 209 2010-10-15 12:10:09 PDT[25269]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, c.relname AS tablename, n.nspname FROM pg_trigger t INNER JOIN pg_class c ON t.tgrelid = c.oid INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE t.tgisconstraint = 'f' ORDER BY t.tgname, c.relname 2010-10-15 12:10:11 PDT[25270]:[1-1]ERROR: column t.tgisconstraint does not exist at character 387 2010-10-15 12:10:11 PDT[25270]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16444 ORDER BY t.tgname 2010-10-15 12:10:11 PDT[25271]:[1-1]ERROR: column t.tgisconstraint does not exist at character 387 2010-10-15 12:10:11 PDT[25271]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16453 ORDER BY t.tgname 2010-10-15 12:10:11 PDT[25272]:[1-1]ERROR: column t.tgisconstraint does not exist at character 387 2010-10-15 12:10:11 PDT[25272]:[2-1]STATEMENT: SELECT t.oid, t.tgname AS name, t.tgtype, t.tgenabled, t.tgdeferrable, t.tginitdeferred, t.tgnargs, t.tgargs, p.proname, ds.description, pn.nspname AS procnsp FROM pg_trigger t LEFT OUTER JOIN pg_proc p ON t.tgfoid = p.oid INNER JOIN pg_class c ON t.tgrelid = c.oid LEFT OUTER JOIN pg_description ds ON ds.objoid = t.oid LEFT OUTER JOIN pg_namespace pn ON pn.oid = p.pronamespace WHERE t.tgisconstraint = 'f' AND c.oid = 16506 ORDER BY t.tgname

--
-----------------------------------------------------------
Isabella A. Ghiurea
Isabella.Ghiurea@xxxxxxxxxxxxxx
Canadian Astronomy Data Centre |http://www.nrc-cnrc.gc.ca/eng/services/hia/data-centre.html National Research Council of Canada, Herzberg Institute of Astrophysics 5071 West Saanich Road, Victoria BC V9E 2E7, Canada
Phone: 250 363-3446 fax: 250 363-0045


--
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux