mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#505: pg_restore accepts a file
This commit is contained in:
+2
-1
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user