Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA02088; Mon, 2 Dec 91 16:15:30 -0800
Date: Mon, 2 Dec 91 16:15:30 -0800
Message-Id: <9112030015.AA02088@postgres.Berkeley.EDU>
From: aversa_p@admin1.njit.edu (Frank G. Aversa, CSD)
Subject: Problems with polygon data
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

I'm having difficulty with the syntax for data to the Built-in Polygon type
in Postgres V 3.0. I have seen three different version of the syntax but none
seem to be correct. For example: create s (v=polygon)
the best result I've gotten is from append s (v="(1,2,3,4,5,6)"::polygon)
any data points entered after the 4th position become gibberish.
Am I using the proper syntax for the built-in polygon type?
If not, what is the correct syntax?
Thanks
frank@hertz.njit.edu
