+ Allow
+ linkend="app-pgdump">
pg_dump
to dump data from foreign
servers (Luis Carril)
-->
- Allow vacuum commands run by <application>
- linkend="app-vacuumdb"/>> to operate in parallel mode
+ Allow vacuum commands run by <link
+ linkend="app-vacuumdb">vacuumdb> to operate in parallel mode
(Masahiko Sawada)
-->
- Allow <application>
- to operate in parallel (Julien Rouhaud)
+ Allow <link linkend="app-reindexdb">reindexdb to operate in
+ parallel (Julien Rouhaud)
-->
- Allow <application>
- to force disconnections so the drop succeeds (Pavel Stehule)
+ Allow <link linkend="app-dropdb">dropdb to force disconnections
+ so the drop succeeds (Pavel Stehule)
Remove and
- from <application>> (Alexander
+ from <link linkend="app-createuser">createuser> (Alexander
Lakhin)
-->
- Use the directory of the <application>
- linkend="pgupgrade"/> binary
- as the default new 'bindir' location when running
+ Use the directory of the <link
+ linkend="pgupgrade"
>pg_upgrade
+ binary as the default new 'bindir' location when running
pg_upgrade (Daniel Gustafsson)
-->
- Add command hook (Yuli Khodorkovskiy)
+ Add TRUNCATE
+ command hook (Yuli Khodorkovskiy)
- Specifically, allow to set
+ Specifically, allow ALTER
+ USER MAPPING to set
password_required to false. Care must still be
taken to avoid non-superusers from using superuser credentials to
connect to the foreign server.