Skip to content

Instantly share code, notes, and snippets.

View apierr's full-sized avatar
💭
I may be slow to respond.

Antonio Pierro apierr

💭
I may be slow to respond.
View GitHub Profile

#Error: Database creation 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.

##solution

root@server:~# su postgres
postgres@server:~ $ psql -U postgres
psql (9.0.3)
Type "help" for help.
@apierr
apierr / testdata.json
Created August 27, 2020 07:33
json example
{
"people" : [
{ "name" : "Matt" },
{ "name" : "Rebecca" },
{ "name" : "Paul" },
{ "name" : "Alex" },
{ "name" : "Adam" }
]
}