From: | "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com> |
---|---|
To: | "k_b0000(at)yahoo(dot)se" <k_b0000(at)yahoo(dot)se>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 8.4.1 - ERROR: column "reltriggers" does not exist |
Date: | 2009-10-20 18:16:51 |
Message-ID: | BD69807DAE0CE44CA00A8338D0FDD08353046DBF@oma00cexmbx03.corp.westworlds.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Could you perhaps be using an old version of psql (prior to 8.4.0)? 8.4.0 dropped using that and now uses relhastriggers.
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of k_b0000(at)yahoo(dot)se
Sent: Tuesday, October 20, 2009 12:21 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] PostgreSQL 8.4.1 - ERROR: column "reltriggers" does not exist
Hi.
We use PostgreSQL 8.4.1 on linux.
In one of the databases we use we see the following problem.
database=# \d table001
ERROR: column "reltriggers" does not exist
LINE 1: SELECT relhasindex, relkind, relchecks, reltriggers, relhasr...
^
As i understand from from seaching the archives reltriggers was changed in
8.4, what i do not understand is what to do about it.
Is there a fix or SQL i can apply or run to fix this issue, or would it be
possible to dump all data and re-import it?
Any suggestion on what can be done?
Thanks!
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-10-20 18:56:22 | Re: PostgreSQL 8.4.1 - ERROR: column "reltriggers" does not exist |
Previous Message | k_b0000 | 2009-10-20 17:20:45 | PostgreSQL 8.4.1 - ERROR: column "reltriggers" does not exist |