Fix invalid byte sequence in US-ASCII error
This commit is contained in:
parent
094f5d8d0b
commit
0625b91d71
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ define postgresql::server::grant (
|
|||
# If you need such grant, use:
|
||||
# postgresql::grant { 'table:foo':
|
||||
# role => 'joe',
|
||||
# …
|
||||
# ...
|
||||
# object_type => 'TABLE',
|
||||
# object_name => [$schema, $table],
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue