How do I create a drop down list?

From: MrTeeth <lateefnation(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: How do I create a drop down list?
Date: 2012-03-15 20:22:23
Message-ID: 1331842943769-5569184.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi guys,

I'm new to PostgreSQL.

I was wondering, how do I make a column a drop down list.

So i've got a table called Student. There's a column in there called
"student_type", which means whether the student is a part time student, full
time student or is sandwich course student.

So I want to make "student_type" a drop down list with 3 choices: "part
time" student, "full time" and "sandwich".

How do I do this?

(I'm using pgAdmin to create the databse, by the way.)

--
View this message in context: http://postgresql.1045698.n5.nabble.com/How-do-I-create-a-drop-down-list-tp5569184p5569184.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message VARTAK, SATISH CTR DFAS 2012-03-15 20:33:50 SQL odbc driver for Windows 7 (64 bit) - database Postgres version 8.3
Previous Message Merlin Moncure 2012-03-15 18:44:22 Re: When to choose putting logic into PL/pgSQL and when to use an app server