Re: [HACKERS] Re: Problem dropping databases

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: Problem dropping databases
Date: 1998-09-24 14:17:27
Message-ID: 360A5477.F9E6CEE7@alumni.caltech.edu
Views: Raw Message | Whole Thread | 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:
> Sorry for interference, I'm Jose'.
> Seems that my problem is a little bit different.

I hope so :) My problem was entirely my fault; I'd left some debugging
code in the backend which affected most queries...

> only the following commands
> kill the backend, i.e.:
>
> - DELETE
> - DROP DATABASE
> - DROP USER
> - LOCK TABLE
> Any ideas ?

Just guessing: is there an underlying (Unix) permissions problem with
the existing tables? That doesn't seem to fit exactly with the symptoms
though.

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Hartwig 1998-09-24 14:33:45 Re: [HACKERS] SQL Triggers
Previous Message Thomas G. Lockhart 1998-09-24 13:52:11 Re: [HACKERS] bug on CHAR_LENGTH function ?