enum, set

From: M Spreij <nemo(at)mechintosh(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: enum, set
Date: 2003-06-27 01:04:45
Message-ID: a05210607bb214884c369@[192.168.1.12]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Just recently started using PostgreSQL, and there are some things
I've that I've come to like in MySQL and wondering how to do those in
PostgreSQL. (I know that I should also be looking at all PG's
features that MySQL doesn't have, but.. ;-)
For example, the ENUM or SET column types, how would one go about
porting/implementing those? I got this form where the admin needs to
specify the possible methods of shipping, per country, from a bunch
of checkboxes (these would be records in the shipping_methods table),
but also add new ones (creating a new record in that table). All good
so far, but how do I save the selection? Do I need to use the array
datatype (rather not if possible..) ?
Using PHP/Apache.

Regards,

Martin
--
<mailto:mac(dot)com(at)nemo>
<http://www.mechintosh.com/>

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rudi Starcevic 2003-06-27 01:09:03 Address Table
Previous Message Josh Berkus 2003-06-27 00:43:18 Re: Address Table