| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart) |
| Cc: | hackers(at)postgresql(dot)org |
| Subject: | Re: Problem dropping databases |
| Date: | 1998-09-22 19:43:05 |
| Message-ID: | 199809221944.PAA27748@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I was working on docs and notice that Postgres no longer responds with a
> warning if a database is dropped multiple times:
>
> postgres=> drop database yahoo;
> DESTROYDB
> postgres=> drop database yahoo;
> DESTROYDB
> postgres=> \c yahoo
> connecting to new database: yahoo
> FATAL 1: Database 'yahoo' does not exist.
> golem$ psql
> postgres=> drop database yahoo;
> DESTROYDB
>
> The destroydb command behaves similarly. The behavior documented by
> Jose' was:
>
> postgres=> drop database yahoo;
> DESTROYDB
> postgres=> drop database yahoo;
> WARN: destroydb: database "yahoo" does not exist.
>
> Bruce, this should probably go on the open issues list and be fixed for
> v6.4...
Yep.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle | (610) 353-9879(w)
+ If your life is a hard drive, | (610) 853-3000(h)
+ Christ can be your backup. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-09-22 19:49:17 | Re: [HACKERS] oid8types() borken? |
| Previous Message | Bruce Momjian | 1998-09-22 19:41:00 | Re: [HACKERS] current- crash |