0

I am trying to start the PostgreSQL server installed on a remote Redhat server(RHEL 6.7 x86_64) through putty.

The command that I used to start the server is /etc/init.d/postgresql-9.5 start
But it is showing the following error:

postgresql error

This is the content of /pg_log/startup.log file:

/pg_log/startup.log

Here is the link for the content of postgresql.conf file:
https://drive.google.com/file/d/0B9Yw9pzgnSgTTTBKaWxwWXUtNTg/view?usp=sharing

I checked the postgresql.conf file but could not find any error.
Can anybody help me resolve this issue?

Edit:
posting the output of "locale" command as asked by @Michael Hampton

locale_output

niraj
  • 31
  • 1
  • 2
  • 5

1 Answers1

0

Please refer to this article and try suggested fixes http://blog.earth-works.com/2014/02/10/fixing-lc-locale-issues-in-centos-and-rhel/

That guy has the same output of locale command as yours.