Re: I: TODO: Allow substring/replace() to get/set bit values

From: Leonardo F <m_lists(at)yahoo(dot)it>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: I: TODO: Allow substring/replace() to get/set bit values
Date: 2010-01-06 18:21:03
Message-ID: 517524.64660.qm@web29005.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > To sum up:
> >
> > 1) a new function, "get_bit", that calls substring
> > 2) a new function, "overlay", that replaces bits (starting at a certain
> position)
> > 3) a new function, "set_bit", that calls overlay
>
> That seems reasonable to me. Not sure what others think.

Is anybody interested? Otherwise the entry could be removed from the TODO list...

Leonardo

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Garick Hamlin 2010-01-06 18:29:25 Re: Status of plperl inter-sp calling
Previous Message Robert Haas 2010-01-06 18:17:22 Re: fastgetattr & isNull