Strange... - Mailing list pgsql-hackers

From Michal Mosiewicz
Subject Strange...
Date
Msg-id 352F5FA2.75AE65CF@interdata.com.pl
Whole thread Raw
Responses Re: [HACKERS] Strange...
Re: [HACKERS] Strange...
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

Mike

--
WWW: http://www.lodz.pdi.net/~mimo  tel: Int. Acc. Code + 48 42 148340
add: Michal Mosiewicz  *  Bugaj 66 m.54 *  95-200 Pabianice  *  POLAND

pgsql-hackers by date:

Previous
From: "Boersenspielteam"
Date:
Subject: Re: [HACKERS] subselect and optimizer
Next
From: The Hermit Hacker
Date:
Subject: Got it...and...