BUG #9749: ERROR: unexpected classid 3600

From: clime7(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9749: ERROR: unexpected classid 3600
Date: 2014-03-27 23:07:30
Message-ID: 20140327230730.13982.80041@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9749
Logged by: clime
Email address: clime7(at)gmail(dot)com
PostgreSQL version: 9.2.4
Operating system: linux
Description:

I am getting this error when trying to execute "reassign owned" command.

cb_test=# reassign owned by clime to cb_test;
ERROR: unexpected classid 3600
cb_test=# select '3600'::regclass;
regclass
------------
pg_ts_dict
(1 row)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2014-03-28 00:26:08 Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan
Previous Message Tom Lane 2014-03-27 17:22:14 Re: BUG #9743: subquery on view is not pulling up.