Re: mysql set datatype - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject Re: mysql set datatype
Date
Msg-id 04121319132500.06834@thenilgiris.com
Whole thread Raw
In response to Re: mysql set datatype  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
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
> that doesn't exactly duplicate the behaviour. It should be
> straightforward enough to write some support functions and just use a
> text type, but that'd use a lot more storage.
>
> Of course, another table is the accepted way of doing this relationally.
>   Are there any particular features you need, or are you just porting an
> application from Mysql?

just porting

kg


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: mysql set datatype
Next
From: Tom Lane
Date:
Subject: Re: Unresolved external: tgetent