Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!! - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!
Date
Msg-id 374D493C.39C00F3F@alumni.caltech.edu
Whole thread Raw
In response to Port Bug Report: "drop database DBNAME;" command has critical bug!!!  (Unprivileged user <nobody>)
Responses Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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@alumni.caltech.edu
South Pasadena, California

pgsql-ports by date:

Previous
From: "Richard Buechter"
Date:
Subject: Installing PostgreSQL 6.4.2 on SGI Irix6.2
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!