Re: I: TODO: Allow substring/replace() to get/set bit values - Mailing list pgsql-hackers

From Leonardo F
Subject Re: I: TODO: Allow substring/replace() to get/set bit values
Date
Msg-id 517524.64660.qm@web29005.mail.ird.yahoo.com
Whole thread Raw
In response to Re: I: TODO: Allow substring/replace() to get/set bit values  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: I: TODO: Allow substring/replace() to get/set bit values  (Robert Haas <robertmhaas@gmail.com>)
List 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






pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: fastgetattr & isNull
Next
From: Garick Hamlin
Date:
Subject: Re: Status of plperl inter-sp calling