Re: How to release SET() in PgSQL? - Mailing list pgsql-general

From Tom Lane
Subject Re: How to release SET() in PgSQL?
Date
Msg-id 10896.982778503@sss.pgh.pa.us
Whole thread Raw
In response to How to release SET() in PgSQL?  (Dan Lyke <danlyke@flutterby.com>)
List pgsql-general
>> How can I do it in PgSQL? I need it so much!

I think the usual advice is to make it a text or varchar column and
use a check constraint to enforce that only one of the allowed strings
can be stored in it.

            regards, tom lane

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: How to release SET() in PgSQL?
Next
From: Tom Lane
Date:
Subject: Re: AllocSetAlloc()