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

From: Joe Conway <mail(at)joeconway(dot)com>
To: cchee(at)direcInternet(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #736: Old bug is back!! Drop database bug
Date: 2002-08-12 22:59:17
Message-ID: 3D583DC5.6050901@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org wrote:
> Chester Chee (cchee(at)direcInternet(dot)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 back with data in
> it!!

Try connecting to the template1 database, and then do \dt. Do you see
the tables in question?

Joe

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-08-13 14:44:24 Bug #737: PQescapeBytea parameter #3 size_t *to_length
Previous Message Tom Lane 2002-08-12 22:52:36 Re: ineffiency of pg_restore