S
S
Sergey2016-06-27 14:04:44
PostgreSQL
Sergey, 2016-06-27 14:04:44

PostgreSQL encoding?

The table rows look like this.
5bcd5294538b431da223b4ca27ea6f11.png
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

2 answer(s)
R
rino906, 2016-06-27
@rino906

you can see the server encoding:
Or the database encoding:

select datname, pg_encoding_to_char(encoding) from pg_database;

N
neomichi, 2016-07-18
@neomichi

This can be done when creating the database, you can use the pgadmin ide,
*** it can connect via ssh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question