Re: [SQL] mysql set datatype

2004-12-13 Thread Kenneth Gonsalves
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 >

Re: [SQL] mysql set datatype

2004-12-13 Thread Richard Huxton
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

[SQL] mysql set datatype

2004-12-13 Thread Kenneth Gonsalves
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