Re: dropdb --force

Поиск
Список
Период
Сортировка
От Ibrar Ahmed
Тема Re: dropdb --force
Дата
Msg-id 155480433144.1505.7500376766457016825.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: dropdb --force  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Ответы Re: dropdb --force  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: libpq debug log
Следующее
От: Ibrar Ahmed
Дата:
Сообщение: Re: dropdb --force