Answer the question
In order to leave comments, you need to log in
PostgreSQL encoding?
The table rows look like this.
What is the default encoding in postgresql? And how to put UTF-8? I work with Entity Framework ORM.
Answer the question
In order to leave comments, you need to log in
you can see the server encoding:
Or the database encoding:
select datname, pg_encoding_to_char(encoding) from pg_database;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question