Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

CREATE TYPE and pgAdmin III



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.




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group