Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA23436; Wed, 24 Feb 93 13:59:32 -0800
Message-Id: <9302242159.AA23436@postgres.Berkeley.EDU>
From: williams@nvl.army.mil (Timothy Williams)
Subject: box datatype format/definition
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.Berkeley.EDU
Date: Wed, 24 Feb 93 17:00:18 EST
X-Mailer: ELM [version 2.3 PL11]

In Section 3 of the Postgres 4.0 Reference Manual, a box datatype is
alluded to.  The next page then specifies abstime and reltime. Can someone
point me to the place in the User or Reference Manuals where a box datatype
is defined?  What is the format? 

OPTIONS:
(xmin, ymin, xmax, ymax), 
(xmin, ymin,width, height),
(xcenter, ycenter, width, height)
(xmax, ymax, xmin, ymin) - found in ../src/lib/H/utils/geo-decls.h as
	typedef struct {
        double  xh, yh, xl, yl;         /* high and low coords */
} BOX;

Ok. Ok. So I FINALLY found it.  Does any DOCUMENTATION talk about this?


-- 
Tim Williams                                   COM: (703) 704-1685
Night Vision & Electronic Sensors Directorate  DSN: 654-1685
AMSEL-RD-NV-VISPD (Williams)                   FAX: (703) 704-1705
Ft. Belvoir, VA 22060-5677                  E-MAIL: williams@nvl.army.mil
