Re: [HACKERS] Strange... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Strange...
Date
Msg-id 199804112304.TAA04416@candle.pha.pa.us
Whole thread Raw
In response to Strange...  (Michal Mosiewicz <mimo@interdata.com.pl>)
List 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

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.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)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Strange...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Linux/Alpha and pgsql....