Any functions to convert bit(5) to text? - Mailing list pgsql-general

From Együd Csaba
Subject Any functions to convert bit(5) to text?
Date
Msg-id 0IBO00A2FNIHEF@mail.vnet.hu
Whole thread Raw
Responses Re: Any functions to convert bit(5) to text?  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Hi,
I use pg8 and ZeosLib 6.5.1. Zeos can't read fields type of array and bit,
so I need to convert these fields to text on the server side.

In case of arrays I can use array_to_string(), but I couldn't find any
functions to convert bit(*) to string (in a format like this: e.g. '10011').


Could anybody suggest me a built in function or I should write it myself?

Thank you,

-- Csaba

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2005.02.07.



pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: pg_affected Change Request
Next
From: Michael Fuhr
Date:
Subject: Re: Any functions to convert bit(5) to text?