From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Adriaan Joubert <a(dot)joubert(at)albourne(dot)com> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Bit strings |
Date: | 2000-06-10 18:08:51 |
Message-ID: | Pine.LNX.4.21.0006101914440.9195-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Adriaan Joubert writes:
> My current feeling is that perhaps it would be better to just disallow
> bit operations on bitstrings that haven't got the same length
> completely.
I feel with you. :)
> 3) With TOAST bit strings could be used to store large amounts of binary
> data.
This is not really the proper application for bit strings. There are BLOBs
for that. Which leads to the question, what are bit strings really useful
for other than genuine bit masks?
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-06-10 18:09:36 | On aclocal.m4 |
Previous Message | Peter Eisentraut | 2000-06-10 18:08:44 | Re: Proposal: TRUNCATE TABLE table RESTRICT |