[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgis-users
Subject:    Re: [postgis-users] Bug in astext?
From:       David Blasby <dblasby () refractions ! net>
Date:       2002-12-17 23:32:29
Message-ID: 3DFFB40D.66EE7ED8 () refractions ! net
[Download RAW message or body]

Luis Mota wrote:

> Any news on this subject?
>
> select astext(geom)||'other text' from location;

Commited to CVS.

dave
ps. you can either download the new postgis_inout.c file, or you can make the
change -

In function "Datum astext_geometry(PG_FUNCTION_ARGS)" in postgis_inout.c
The line that reads:
  len = strlen(wkt) + 5;
change it to
  len = strlen(wkt) + 4;



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic