Merge pull request #549 from arioch/fix_invalid_byte_sequence

Fix invalid byte sequence in US-ASCII error
This commit is contained in:
Colleen Murphy 2015-01-20 12:28:28 -08:00
commit db42203ba9

View file

@ -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],
# }