CREATE TYPE and pgAdmin III

Поиск
Список
Период
Сортировка
От dvanatta
Тема CREATE TYPE and pgAdmin III
Дата
Msg-id 14562891.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: CREATE TYPE and pgAdmin III  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
I realize this is a pgAdmin question but I figure most of you use it and
could help.  I've executed the following code:

CREATE TYPE cart_saved_product AS
(
  product_id INTEGER,
  name       VARCHAR(50),
  price      NUMERIC(10, 2)
);

it created successfully but I do not see it in the pgAdmin object browser.

Where are all the types I've created in the object browser?

Thanks.
--
View this message in context: http://www.nabble.com/CREATE-TYPE-and-pgAdmin-III-tp14562891p14562891.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Chuck
Дата:
Сообщение: basic questions: Postgres with yum on CentOS 5.1
Следующее
От: "D. Dante Lorenso"
Дата:
Сообщение: Problem with index when using function