Re: dropdb --force
David Fetter <david@fetter.org>
From: David Fetter <david@fetter.org>
To: Filip Rembiałkowski <filip.rembialkowski@gmail.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2018-12-18T16:23:25Z
Lists: pgsql-hackers
On Tue, Dec 18, 2018 at 01:25:32PM +0100, Filip Rembiałkowski wrote: > Hi, > > I propose a simple patch (works-for-me), which adds --force (-f) > option to dropdb utility. Nice! I did something like this in user space back in 2010. https://people.planetpostgresql.org/dfetter/index.php?/archives/63-Kick-em-out,-and-keep-em-out!.html so there appears to be interest in such a feature. Best, David. -- David Fetter <david(at)fetter(dot)org> http://fetter.org/ Phone: +1 415 235 3778 Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate
Commits
-
Add tests for '-f' option in dropdb utility.
- 8a7e9e9dad56 13.0 landed
-
Move pump_until to TestLib.pm.
- 290acac92b1d 13.0 landed
-
Add the support for '-f' option in dropdb utility.
- 80e05a088e4e 13.0 landed
-
Introduce the 'force' option for the Drop Database command.
- 1379fd537f9f 13.0 landed
-
Improve CREATE/DROP/RENAME DATABASE so that when failing because the source
- 4abd7b49f1e9 8.4.0 cited