Bug #736: Old bug is back!! Drop database bug

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #736: Old bug is back!! Drop database bug
Дата
Msg-id 20020812221131.73821475D31@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
Chester Chee (cchee@direcInternet.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Old bug is back!! Drop database bug

Long Description
PostgreSQL version 7.2.1 running on RedHat 7.3 with all the latest patches installed.

Step to reproduce the problem:
0) create database junk;
1) create table more_junk ....;
2) drop database junk;
3) create database junk;
4) I am expecting to see database junk do not have any tables, but if list the tables... all the previous tables are
backwith data in it!! 







Sample Code


No file was uploaded with this report

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #735: Server crash when using dynamic SQL and disabling recursion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ineffiency of pg_restore