Re: equivalent of mysql's SET type? - Mailing list pgsql-general

From Reece Hart
Subject Re: equivalent of mysql's SET type?
Date
Msg-id AANLkTikon6uEk72FB-0W7egUCjEipr8qqsHKG_grcevR@mail.gmail.com
Whole thread Raw
In response to Re: equivalent of mysql's SET type?  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: equivalent of mysql's SET type?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
On Wed, Mar 9, 2011 at 9:16 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
create type validation_flags as
(
 cluster bool,
 freq bool
);

Wow. That solution is nearly sexy, and far and away better than any solution that I would have come up with. Thanks, Merlin!

-Reece

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Upgraded to 9.0.3, No Man Pages
Next
From: Rich Shepard
Date:
Subject: Re: Upgraded to 9.0.3, No Man Pages