Add the --role option to the common pgsql options
This commit is contained in:
parent
2a331231c5
commit
bbd0fe91f4
|
@ -462,6 +462,7 @@ _pgsql_utils () {
|
||||||
{-p+,--port=}':database port number:_pgsql_ports'
|
{-p+,--port=}':database port number:_pgsql_ports'
|
||||||
{-U+,--username=}':connect as user:_pgsql_users'
|
{-U+,--username=}':connect as user:_pgsql_users'
|
||||||
{-W,--password}'[prompt for password]'
|
{-W,--password}'[prompt for password]'
|
||||||
|
--role='[do SET ROLE before restore]'
|
||||||
)
|
)
|
||||||
|
|
||||||
_pgsql_auth_methods=(
|
_pgsql_auth_methods=(
|
||||||
|
|
Loading…
Reference in New Issue