Re: how to read bytea field - Mailing list pgsql-general

From Shoaib Mir
Subject Re: how to read bytea field
Date
Msg-id bf54be870701240212l7e765137v93dea9a431588294@mail.gmail.com
Whole thread Raw
In response to how to read bytea field  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
Responses Re: how to read bytea field  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
List pgsql-general
This might help you:

select encode(col1,'escape') from tblBytea;

where col1 is of type bytea...

-------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 1/24/07, marcelo Cortez <jmdc_marcelo@yahoo.com.ar> wrote:
folks


help me ,i cant read bytea type field's.
how to convert bytea to text or varchar ?
when using bytea types?
any clue be appreciated
best regards
mdc







__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

pgsql-general by date:

Previous
From: Clodoaldo
Date:
Subject: Re: [1/2 OFF] Varlena.com inaccessible from .br (Blocked?)
Next
From: "Shoaib Mir"
Date:
Subject: Re: copy schema X to schema Y in the same DB