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: I: TODO: Allow substring/replace() to get/set bit values
Date: 2010-01-04 10:17:08
Message-ID: 600019.14493.qm@web29007.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Re-reading the docs it looks like the only thing missing is get/set_bit for bit string.

Substring is already implemented for bit string, and I don't really know if replace is useful at all.

(sorry if the other mail came with a different sender name)

Leonardo

> I would like to work on "Allow substring/replace() to get/set bit values", since
> it looks like a simple task.
>
> The item is not marked as "easy" on the TODO though. Before proceding to a
> discussion on how this functions should be implemented (I got from the messages
> on the mailing list that bit substring/replace functions should do it) I would
> like to know if it's a complicated task.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-01-04 10:44:53 Re: quoting psql varible as identifier
Previous Message KaiGai Kohei 2010-01-04 09:55:16 Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns