POSTGRESQL: 'utf8' codec can't decode byte 0xfc in position 36: invalid start byte

Question3r picture Question3r · Apr 19, 2018 · Viewed 7.2k times · Source

I just downloaded and installed PostgreSQL from here

https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

I wanted to create my first server but I get this error

'utf8' codec can't decode byte 0xfc in position 36: invalid start byte

error

My pg service is running automatically

service

What am I missing?

Answer

C.Serge picture C.Serge · Jun 5, 2018

Same thing here (postgresql 9.6 on windows) when I tried to using query tool. It's happend after I changed postgres user password using pgadmin 4. I simply restarted the postgresql service, started pgadmin 4 and then it asked for the new password. After typed it, no more error message.