Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!
Дата
Msg-id 374D493C.39C00F3F@alumni.caltech.edu
обсуждение исходный текст
Ответ на Port Bug Report: "drop database DBNAME;" command has critical bug!!!  (Unprivileged user <nobody>)
Ответы Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Richard Buechter"
Дата:
Сообщение: Installing PostgreSQL 6.4.2 on SGI Irix6.2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!