| From: | Kenneth Marshall <ktm(at)rice(dot)edu> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: error from postgresql 8.4.0 after a dump/restore from 8.3.5 |
| Date: | 2009-08-05 23:34:09 |
| Message-ID: | 20090805233409.GS6960@it.is.rice.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I just thought of something, would running an older release of pgadmin
cause this error?
Cheers,
Ken
On Wed, Aug 05, 2009 at 06:29:07PM -0500, Kenneth Marshall wrote:
> Dear PostgreSQL admins.
>
> I have just restored a DB from 8.3.5 to 8.4.0 and I just
> received the error:
>
> ERROR: column "reltriggers" does not exist at character 41
> STATEMENT: SELECT relhasindex, relkind, relchecks, reltriggers, relhasrules,
> relhasoids , reltablespace
> FROM pg_catalog.pg_class WHERE oid = '16864'
>
>
> Does anyone know what is giving that error and how to fix
> it? I do see that in 8.4.0 the table has a column named
> relhastriggers, while 8.3 has reltriggers. I used pg_dump
> from 8.4 to dump the DB but I restored by piping into psql.
> Any ideas?
>
> Regards,
> Ken
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve Crawford | 2009-08-05 23:46:01 | Re: error from postgresql 8.4.0 after a dump/restore from 8.3.5 |
| Previous Message | Kenneth Marshall | 2009-08-05 23:29:07 | error from postgresql 8.4.0 after a dump/restore from 8.3.5 |