Fix typo in postgresql_privs.py (#61365) (#61428)

Change 'default_prives' to 'default_privs'

(cherry picked from commit 0074fa5672)
pull/61710/head
Simeon Filipov 6 years ago committed by Alicia Cozine
parent e32670ef1d
commit f9fb595a0b

@ -40,7 +40,7 @@ options:
type:
description:
- Type of database object to set privileges on.
- The `default_prives` choice is available starting at version 2.7.
- The `default_privs` choice is available starting at version 2.7.
default: table
choices: [table, sequence, function, database,
schema, language, tablespace, group,

Loading…
Cancel
Save