Flink / dokku-psql-single-container

Plugin for dokku that provides a Postgresql server in a single container
MIT License
51 stars 9 forks source link

fixed strange column multibyte error #25

Closed yoyostile closed 8 years ago

yoyostile commented 8 years ago

Since dokku 0.5.5 I had some strange error character error on dokku help on several systems.

Community plugin commands:

column: Invalid or incomplete multibyte or wide character
    psql:admin_console                  Launch a postgresql console as admin user
    psql:console <app>                  Launch a postgresql console for <app>
    psql:create <app>                   Create a Postgresql database for <app>

I'm not sure why this wasn't an issue before, but removing the multibyte apostrophe fixes everything and help output is perfect again.

Flink commented 8 years ago

Thanks! :+1: