Tag: encoding

postgresql: new encoding (UTF8) is incompatible with the encoding of the template database

Problema ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII) HINT: Use the same encoding as in the template database, or use template0 as template.   Solução Primeiro, tem que remover o banco template1. Mas, para que isso seja possível, é necessário fazer uma alteração na flag datistemplate do banco […]