Re: Review: Patch: Allow substring/replace() to get/set bit values

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgresql.org>,<m_lists@yahoo.it>
Date: 2010-01-20T12:45:17Z
Lists: pgsql-hackers

Attachments

Leonardo F wrote:
> New version of the patch, let me know if I can fix/change something
> else.

All issues addressed, with one tiny nit-pick -- the get_bit and
set_bit methods are not part of the SQL standard. I took the liberty
of removing "SQL-standard" from the documentation of these functions
so that I can mark this "Ready for Committer".
 
Thanks for the patch!

-Kevin