unexpected value; received "POLYGON ((66 23, 73 9, 48 6, 52 18, 66 23))" expected "POLYGON ((52 18, 66 23, 73 9, 48 6, 52 18))" query started on line 2 of file T49.test query text: SELECT ST_AsText(ST_Union(shore, boundary)) FROM lakes, named_places WHERE lakes.name = 'Blue Lake' AND named_places.name = 'Goose Island' query result: POLYGON ((66 23, 73 9, 48 6, 52 18, 66 23))