Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA25508; Thu, 3 Sep 92 10:25:27 -0700
Message-Id: <9209031725.AA25508@postgres.Berkeley.EDU>
From: <mao@postgres.berkeley.edu>
Subject: Re: time-interval
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Thu, 03 Sep 92 10:01:49 PST.
             <9209031701.AA25210@postgres.Berkeley.EDU> 
Date: Thu, 03 Sep 92 10:24:33 PDT

In message <9209031701.AA25210@postgres.Berkeley.EDU> you write:

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

should be

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

					mike
