Re: decode('hallo',???)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: decode('hallo',???)
Дата
Msg-id 200208272027.g7RKRvg11422@candle.pha.pa.us
обсуждение исходный текст
Ответ на decode('hallo',???)  (Fritz Lehmann-Grube <lehmannf@math.TU-Berlin.DE>)
Список pgsql-sql
Fritz Lehmann-Grube wrote:
> 
> hallo somebody,
> 
> what do the functions "encode" and "decode" expect as arguments ?test=> \df decode                         List of
functionsResult data type |   Schema   |  Name  | Argument data types
------------------+------------+--------+---------------------bytea            | pg_catalog | decode | text, text(1
row)

> I was puzzled when I got the following:
> 
> pgdocsample=# \encoding
> SQL_ASCII
> pgdocsample=# select decode('hallo','SQL_ASCII');
> ERROR:  No such encoding as 'SQL_ASCII'
> 
> What have I understood wrong ?

Decode is working.  The message is complaining about the encoding you
have for the session.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Fritz Lehmann-Grube
Дата:
Сообщение: decode('hallo',???)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1?