somehow created type in4 now can't delete

From: "Patrick Hatcher" <PHatcher(at)macys(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: somehow created type in4 now can't delete
Date: 2003-03-07 19:14:32
Message-ID: OF5116AAC0.BF9ADF4C-ON88256CE2.006859C0-88256CE2.006A17EC@fds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Arrrrgggghhhh!!
While creating a function, I incorrectly entered int4 as in4 as the return
TYPE somehow created a TYPE in4. I subsequently deleted the function and
recreated it with the correct int4 type.
The problem is that I cannot delete the TYPE in4 that was created. I tried
Drop type in4, but I get a message RemoveType: type '_in4' does not exist.
I can see in4 if I do a \dT from psql. Furthermore, when I start
pgAdminII, and go to the database, I can no longer see my list of views
created because I get an error message: cache look up for proc 847021310
failed.
How do I remove this type?
TIA
Patrick Hatcher

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-03-07 19:53:23 Re: somehow created type in4 now can't delete
Previous Message patrick 2003-03-07 19:14:11 installation problem (7.3.2) ascii_and_mic.so