Re: [HACKERS] Strange...

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: mimo(at)interdata(dot)com(dot)pl (Michal Mosiewicz)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Strange...
Date: 1998-04-11 23:05:11
Message-ID: 199804112305.TAA04436@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Hello,
>
> Postgres 6.3.1. I was just trying to profile the backend. Somehow I
> cannot drop the log table.
> xxx=> \d
>
> Database = xxx
> +------------------+----------------------------------+----------+
> | Owner | Relation | Type |
> +------------------+----------------------------------+----------+
> | mimo | a | sequence |
> | postgres | log | table |
> | mimo | test | table |
> +------------------+----------------------------------+----------+
> xxx=> drop table log;
> ERROR: DeletePgTypeTuple: log type nonexistent

Just tried it with 6.3.2:

test=> create table log(x int);
CREATE
test=> drop table log;
DROP
test=>

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

  • Strange... at 1998-04-11 12:18:42 from Michal Mosiewicz

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-11 23:06:15 Re: [HACKERS] subselect and optimizer
Previous Message Bruce Momjian 1998-04-11 23:04:49 Re: [HACKERS] Strange...