> > Summary: "drop database DBNAME;" command has critical bug!!!
>
> Seems to not be a problem in the current sources:
>
> hahaha=> \c postgres
> connecting to new database: postgres
> postgres=> drop database hahaha;
> DESTROYDB
> postgres=> create database hahaha;
> CREATEDB
> postgres=> \c hahaha
> connecting to new database: hahaha
> hahaha=> \d
> Couldn't find any tables, sequences or indices!
6.4 did not flush buffers on database close, so this may have been the
source of the problem. 6.5 is OK.
--
Bruce Momjian | http://www.op.net/~candle
maillist@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026