[postgis-users] Strange query result

Paul Ramsey pramsey at cleverelephant.ca
Sun Nov 1 10:32:20 PST 2009


That's the table header, as psql valiantly tries to fit your
multi-megabyte output into an ASCII column aligned output.
Fundamentally, a lot of the assumptions database tools have about
column widths don't work so well for geometry.

P.

On Sun, Nov 1, 2009 at 10:29 AM, Rykov Denis <rykovd at gmail.com> wrote:
> Hi folks!
>
> I have a postgis table with 1 row.
> When I try to do simple query: select ST_AsText(the_geom) from table,
> i get very strange result (see attachement).
>
> It looks like one very long blank string, and then WKT result.
>
> Thanks.
>
> -DR
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>



More information about the postgis-users mailing list