Re: dropdb --force - Mailing list pgsql-hackers

From Ibrar Ahmed
Subject Re: dropdb --force
Date
Msg-id 155480433144.1505.7500376766457016825.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: dropdb --force  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Responses Re: dropdb --force
List pgsql-hackers
Is this the intended behavior? SIGTERM is received.

test=# begin;
BEGIN
test=# create table test(a int);
CREATE TABLE


In another terminal drop the database.

test=# begin;
psql: FATAL:  terminating connection due to administrator command
server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: libpq debug log
Next
From: Ibrar Ahmed
Date:
Subject: Re: dropdb --force