Re: ODBC error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ANJANE <softwaredesigns(at)hotmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC error
Date: 2007-01-16 16:36:13
Message-ID: 21212.1168965373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

ANJANE <softwaredesigns(at)hotmail(dot)com> writes:
> Error while executing the query; ERROR: pg_class_aclcheck: relation 6017860
> not found
> the relation oid keeps changing. Not sure what this means.

It looks like it means corrupt system catalogs :-(. If you're lucky,
the problem is just in the indexes --- try reindexing pg_class and
see if that helps.

regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2007-01-17 00:06:25 Re: ODBC error
Previous Message francis.brown 2007-01-16 16:11:41 Hiding the Information_Schema from ODBC users.