SET type

From: Konstantinos Vassiliadis <vassilik(at)p22(dot)cs(dot)man(dot)ac(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: SET type
Date: 1998-07-14 13:19:59
Message-ID: Pine.LNX.3.95.980714141745.314G-100000@p22.cs.man.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi
Does anyone know how to define a table with the type SET ?
I have done a \dT and the very first type is SET which is described as a
set of tuples
I have tried
create table a
(col1 SET(b))

where b is another table but gave error at or near "set"

Kostas VAssiliadis

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1998-07-14 13:42:47 Re: [HACKERS] atttypmod now 32 bits, interface change
Previous Message Tatsuo Ishii 1998-07-14 13:01:11 Re: [HACKERS] atttypmod now 32 bits, interface change