| From: | Mariel Cherkassky <mariel(dot)cherkassky(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Subject: | Re: invalid value for parameter "client_encoding": "ISO_8859_8" |
| Date: | 2018-07-15 07:26:54 |
| Message-ID: | CA+t6e1=b5GxkMJF6K+EKBpZ50mVLFd4OnO1cFtD4rMQV+X0EgQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi guys,
Any idea what else can I check ? it seems client_encoding isnt set or is
default when I query pg_file_settings.
2018-07-11 17:49 GMT+03:00 Mariel Cherkassky <mariel(dot)cherkassky(at)gmail(dot)com>:
> postgres=# select * from pg_file_settings where name = 'client_encoding';
> sourcefile | sourceline | seqno | name | setting | applied | error
> ------------+------------+-------+------+---------+---------+-------
>
> nothing..
>
2018-07-11 17:46 GMT+03:00 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> ... btw, another possible aid is
>
> select * from pg_file_settings where name = 'client_encoding';
>
> https://www.postgresql.org/docs/current/static/view-pg-file-settings.html
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mariel Cherkassky | 2018-07-15 08:47:49 | questions regarding setup a new barman server |
| Previous Message | David G. Johnston | 2018-07-14 07:30:19 | Re: Default locale in postgres |