In response to "Bob Pawley" <rjpawley@xxxxxxx>: > > I am getting an error -- "column "1" does not exist" <snip> > Select "1" into column ; Where are you selecting "1" from? This query has no FROM clause, so of course the column doesn't exist. The previous query, "SELECT 2 INTO point_array" is going to put the integer value 2 into the variable point_array, which I'm guessing is not what you want either. -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general