Fix invalid byte sequence in US-ASCII error

This commit is contained in:
Tom De Vylder 2015-01-09 13:31:37 +01:00
parent 094f5d8d0b
commit 0625b91d71

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