Re: Table exists but can't drop.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ridvan Lakas ng Bayan S(dot) Baluyos" <ridvan(at)baluyos(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Table exists but can't drop.
Date: 2008-07-02 15:25:57
Message-ID: 11873.1215012357@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Ridvan Lakas ng Bayan S. Baluyos" <ridvan(at)baluyos(dot)net> writes:
> I have a weird problem. When I'm describing a table, I can see its table
> structure. However, when I try to drop/select the table. It says that the
> table doesn't exist.

Bizarre. What PG version is this? Can you SELECT from that table?
Could we see the results of
select ctid, xmin, xmax from pg_class where relname = 'gtmonitor2'

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel 2008-07-02 15:37:28 Re: Calculating repeating events - functionality lost with the demise of tinterval ?
Previous Message Tom Lane 2008-07-02 14:57:55 Re: Calculating repeating events - functionality lost with the demise of tinterval ?