From 668d36bc61c713373325923a831c3756bd080543 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 4 May 2010 17:18:09 +0000 Subject: [PATCH] fix formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@5612 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index ff503b57f..5793a8190 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -122,12 +122,12 @@ - Examples - + Examples + --- converting lon lat coords to geography ALTER TABLE sometable ADD COLUMN geog geography(POINT,4326); UPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' || lat || ')'); - + See Also -- 2.40.0