types

Поиск
Список
Период
Сортировка
От Mark Hage
Тема types
Дата
Msg-id 43232d140905120802o3771004dic541088a077abce@mail.gmail.com
обсуждение исходный текст
Ответы Re: types  (Andreas Wenk <a.wenk@netzmeister-st-pauli.de>)
Список pgsql-novice
Hi,

I'm new to postgresql, but do have some experience in MySQL.

I wanted to create a new enum type and used the command:
CREATE TYPE gender AS ENUM ('male', 'female', 'unknown')

Which returned success.
When I create a new table I can assign the gender type to a column.

But is it possible to see (and manage) the types I created?
I use pgAdmin III.

Thanks.
Mark

В списке pgsql-novice по дате отправления:

Предыдущее
От: David Garamond
Дата:
Сообщение: Array: restricting NULL elements?
Следующее
От: "James Bowkett"
Дата:
Сообщение: pg_dump on 64-bit windows 2003 server