|
|||||||||||
|
[GENERAL] CREATE TYPE and pgAdmin III
From: dvanatta <dvanatta(at)yahoo.com>
Date: Mon Dec 31 2007 - 18:06:21 EST 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
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. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settingsReceived on Mon Dec 31 18:08:27 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 23:02:35 EDT |
||||||||||
|
|||||||||||