"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