Re: get_bit etc.

From: Brian Minton <bminton(at)efn(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: get_bit etc.
Date: 2002-11-20 22:36:34
Message-ID: arh2ph$qfk$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Brian Minton <bminton(at)efn(dot)org> writes:
>
>>Is there any documentation for the functions get_bit(bytea,integer),
>>get_byte(bytea,integer), set_bit(bytea,integer,integer), and
>>set_byte(bytea,integer,integer)?
>
>
> I don't see any :-(
>
> A documentation patch would be welcomed.

ok, how do I do that? They are simple enough functions, and it was easy
to figure out what they did, but there is no mention of them, I guess
maybe they are "unofficial" functions.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Medi Montaseri 2002-11-20 22:47:39 Re: Closing inactive connections OR user connections limits
Previous Message Brian Minton 2002-11-20 22:30:43 Re: select where expr in - result order?