id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
474	"Analyzing a table with a ""geography"" column crashes the PostgreSQL server"	dtoupin	pramsey	"To reproduce this problem, simply create a table with a geography column and populate it:

{{{
create table geography_crash (geog geography);
insert into geography_crash (geog) VALUES (geography('POINT (1 2)')), (geography('POINT (1 2)'));
}}}

and run this SQL query to get the crash:

{{{
analyse geography_crash;
}}}

Note that you need to have at least two rows to get the crash."	defect	closed	medium	PostGIS 1.5.2	postgis	1.5.X	fixed		
