#505: pg_restore accepts a file

This commit is contained in:
Julien Nicoulaud 2018-10-13 23:39:52 +02:00
parent 9a0dde3d49
commit c299511237
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D
1 changed files with 2 additions and 1 deletions

View File

@ -303,7 +303,8 @@ _pg_restore () {
--no-security-labels'[do not restore security labels]' \
--no-tablespaces'[do not restore tablespace assignments]' \
--section=':dump named section:_values "section" pre-data data post-data' \
--use-set-session-authorization'[use SET SESSION AUTHORIZATION commands instead of ALTER OWNER commands to set ownership]'
--use-set-session-authorization'[use SET SESSION AUTHORIZATION commands instead of ALTER OWNER commands to set ownership]' \
"1: :_files"
}
_pg_dumpall () {