cast bytea to text

Поиск
Список
Период
Сортировка
От Willy-Bas Loos
Тема cast bytea to text
Дата
Msg-id 1dd6057e0703010515j6bc6cad7he3c444e78bb9e07d@mail.gmail.com
обсуждение исходный текст
Ответы Re: cast bytea to text  (Raymond O'Donnell <rod@iol.ie>)
Re: cast bytea to text  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Dear List,

How can i cast bytea to text?
I´ve read about the DECODE function, but my 8.1 backend doesn´t recognize it.
I´m trying to create an implicit cast using the function:

create or replace function bytea2text(bytea) returns text as
$$
select DECODE($1, 'escape');
$$
language sql strict;

Answer:
ERROR: function decode(bytea, "unknown") does not exist
SQL state: 42883
Hint: No function matches the given name and argument types. You may need to add explicit type casts.
Context: SQL function "bytea2text"


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

Предыдущее
От: Kenneth Downs
Дата:
Сообщение: Re: usage for 'with recursive'?
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [HACKERS] urgent: upgraded to 8.2, getting kernel panics