From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] Beta for 4:30AST ... ? |
Date: | 2000-02-23 01:20:49 |
Message-ID: | Pine.LNX.4.21.0002230145260.415-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2000-02-22, Bruce Momjian mentioned:
> > On Mon, 21 Feb 2000, The Hermit Hacker wrote:
> >
> > > * -Add BIT, BIT VARYING
> >
> > This is currently suffering from BIT rot in contrib. Not really usable.
> > And we can't squeeze it in until the bootstrap scanner recognizes tokens
> > with spaces in it. (Does it?)
>
> Aw man, I promised to put that into the main tree. Is it not usable?
> Spaces?
Somehow you have to do something similar to
insert OID = 9999 ( bit varying PGUID 1 1 t b t \054 0 0 bitvaryingin ... )
And no, naming the type bit_varying internally is not an acceptable
answer. ;) We might want to start thinking about this item before national
character comes our way. (Or just document the solution, if it already
exists.)
--
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-02-23 01:21:04 | Re: [HACKERS] Numeric with '-' |
Previous Message | Peter Eisentraut | 2000-02-23 01:20:12 | Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages |