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

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

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

В списке pgsql-ports по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [PORTS] Port Bug Report: "drop database DBNAME;" command has critical bug!!!
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: initdb, postmaster, db_id looking for file: libcurses.so.4