Merge pull request #258 from felixbuenemann/fix-pgsql-utils-typo

Fix typo in _pgsql_utils --disable-dollar-quoting
This commit is contained in:
Hideo Hattori 2014-09-16 23:08:50 +09:00
commit bc87980ffd
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ _pg_dump () {
{-Z+,--compress=}':compression level:_values "level" 9 8 7 6 5 4 3 2 1 0' \ {-Z+,--compress=}':compression level:_values "level" 9 8 7 6 5 4 3 2 1 0' \
':PostgreSQL database:_pgsql_databases' \ ':PostgreSQL database:_pgsql_databases' \
--section=':dump named section:_values "section" pre-data data post-data' \ --section=':dump named section:_values "section" pre-data data post-data' \
--disable-dollpgar-quoting'[disable dollar quoting, use SQL standard quoting]' \ --disable-dollar-quoting'[disable dollar quoting, use SQL standard quoting]' \
--disable-triggers'[disable triggers during data-only restore]' \ --disable-triggers'[disable triggers during data-only restore]' \
--no-security-labels'[do not dump security label assignments]' \ --no-security-labels'[do not dump security label assignments]' \
--no-tablespaces'[do not dump tablespace assignments]' \ --no-tablespaces'[do not dump tablespace assignments]' \