Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA25210; Thu, 3 Sep 92 10:01:49 -0700
Date: Thu, 3 Sep 92 10:01:49 -0700
Message-Id: <9209031701.AA25210@postgres.Berkeley.EDU>
From: Munib A Qutaishat <Munib.A.Qutaishat@computing-maths.cardiff.ac.uk>
Subject: time-interval
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu



TYPE tinterval:

How can I append instances of type tinterval to a relation ?

e.g.
I have created a relation testint :

create testint (tint=tinterval)

I want to append instances of tint and POSTRGRES does not permit it. I am trying something like:

append testint (tint=["Jan 1 1991", "Jan 11 1991"])

I would like to know which is the right query. 

Thanks.
