On Wed, Mar 9, 2011 at 9:16 AM, Merlin Moncure <mmoncure@xxxxxxxxx> 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