Janning Vygen <[EMAIL PROTECTED]> writes:
> $ DROP TYPE temp_gc;
> ERROR:  type "temp_gc" does not exist

The temp schema is evidently not in your search path.  You need
something like 
        drop type pg_temp_NNN.temp_gc;

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to