pg_dump needs an option to add the force flag to the drop database

Поиск
Список
Период
Сортировка
От Joan
Тема pg_dump needs an option to add the force flag to the drop database
Дата
Msg-id CAP4s+CGPvvN4RioLr1kFXXTEQ3GRkO8gx2vuF7Sihus=K7ipEA@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_dump needs an option to add the force flag to the drop database  (vignesh C <vignesh21@gmail.com>)
Список pgsql-bugs
Since posgres 13 there's the option to do a FORCE when dropping a database (so it disconnects current users) Documentation here: https://www.postgresql.org/docs/current/sql-dropdatabase.html
I am currently using dir format for the output
   pg_dump -d "bdname" -F d -j 4 -v -f /tmp/dir

Having an option to add the FORCE option to either the generated dump by pg_dump, or in the pg_restore would be very useful when restoring the databases so it would avoid having to do scripting.

Regards,

Joan

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_basebackup: errors on macOS on directories with ".DS_Store" files
Следующее
От: "suyu.cmj"
Дата:
Сообщение: Re: The same 2PC data maybe recovered twice