Re: Adding German Character Set to PostgresSQL
От | Hagen Finley |
---|---|
Тема | Re: Adding German Character Set to PostgresSQL |
Дата | |
Msg-id | 006901ccc9be$75a35770$60ea0650$@comcast.net обсуждение исходный текст |
Ответ на | Re: Adding German Character Set to PostgresSQL (Adrian Klaver <adrian.klaver@gmail.com>) |
Ответы |
Re: Adding German Character Set to PostgresSQL
Re: Adding German Character Set to PostgresSQL Re: Adding German Character Set to PostgresSQL |
Список | pgsql-general |
Yes but I couldn't input your second line - the ('ä,ß,ö') was not possible via the psql client - just got beeped when Itried to type or paste those characters. -----Original Message----- From: Adrian Klaver [mailto:adrian.klaver@gmail.com] Sent: Monday, January 02, 2012 5:54 PM To: Hagen Finley Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Adding German Character Set to PostgresSQL On Monday, January 02, 2012 4:37:18 pm Hagen Finley wrote: > Yes I am running psql on Centos. > > My psql client won't accept the German characters whether or not I > attempt to type them or paste them. > So to be clear did you try?: create table x(a text); insert into x values('ä,ß,ö'); SELECT * from x ; If so can you show the result? Also maybe tail the log file to see if anything show up there? -- Adrian Klaver adrian.klaver@gmail.com
В списке pgsql-general по дате отправления: