On Monday 13 December 2004 06:55 pm, Richard Huxton wrote:
> Kenneth Gonsalves wrote:
> > hi,
> > how does one replicate the myql 'set' datatype in pg? i tried using
> > 'check', but apparently there is much more to this
>
> You could use a bit-string if you are just tracking set membership, but
>
Kenneth Gonsalves wrote:
hi,
how does one replicate the myql 'set' datatype in pg? i tried using 'check',
but apparently there is much more to this
You could use a bit-string if you are just tracking set membership, but
that doesn't exactly duplicate the behaviour. It should be
straightforward e
hi,
how does one replicate the myql 'set' datatype in pg? i tried using 'check',
but apparently there is much more to this
regards
kg
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.or