Merge pull request #549 from arioch/fix_invalid_byte_sequence
Fix invalid byte sequence in US-ASCII error
This commit is contained in:
commit
db42203ba9
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