SET type - Mailing list pgsql-general

From Konstantinos Vassiliadis
Subject SET type
Date
Msg-id Pine.LNX.3.95.980714141745.314G-100000@p22.cs.man.ac.uk
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: Andrew Martin
Date:
Subject: Re: [GENERAL] postgresql website
Next
From: scott jacobs
Date:
Subject: Hash index performance/operation questions...