Re: Add force option to dropdb

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Add force option to dropdb
Дата
Msg-id 20140114190644.GI6840@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Add force option to dropdb  (salah jubeh <s_jubeh@yahoo.com>)
Ответы Re: Add force option to dropdb  (salah jubeh <s_jubeh@yahoo.com>)
Список pgsql-hackers
salah jubeh wrote:

> For the sake of completeness:
> 1. I think also, I need also to temporary disallow conecting to the database, is that right?
> 2. Is there other factors can hinder dropping database?

If the user owns objects, that will prevent this from working also.  I
have the feeling that adding DROP OWNED BY and/or REASSIGNED OWNED BY
calls to this utility would be a bit excessive, but who knows.

> 3. Should I write two patches one for pg_version>=9.2 and one for pg_version<9.2  

No point -- nothing gets applied to branches older than current
development anyway.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GIN improvements part2: fast scan