Dave Page wrote:
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 27 October 2003 04:17
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [pgadmin-support] Re: How to use the SET data type?
Help plz!
Odd that it is a selectable datatype in pgadmin then huh?
It's selectable because it's in pg_type. pgAdmin make as few assumptions about the backend as possible - and datatypes is no different. If it were not done this way then you would not be able to use custom types or domains. As for what it's actually there for, I have no idea. Hangover from Berkeley perhaps?
Very easily answered, just have a look at the comment on the datatype.
It says "set of tuples", so this type can hold a complete table.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings