From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | KiBaek Jeong <hannoory(at)chollian(dot)net> |
Cc: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!! |
Date: | 1999-05-27 13:31:40 |
Message-ID: | 374D493C.39C00F3F@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
> 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!
- Thomas
--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-05-27 14:55:04 | Re: [PORTS] Port Bug Report: "drop database DBNAME; " command has critical bug!!! |
Previous Message | Richard Buechter | 1999-05-27 10:42:20 | Installing PostgreSQL 6.4.2 on SGI Irix6.2 |