Hi all,
I am using the PostGIS to do research. Here I
think that I found a bug with PostGreSQL /
PostGIS.
PostgreSQL 7.1.3/ PostGIS 0.6.2
There is a function called "Astext" in PostGIS,
defined as below.
-- Function:
astext(geometry) CREATE FUNCTION "astext"("geometry")
RETURNS
Hi,
I am using the PGLIB C lib to connect to PgSql to finish
the update of the GEOMETRY of a table.At first, everything is OK. I
can insert, update, delete and select of whatever I want. However, I
got a fatal running error. There is an error when my SQL string length
exceeds 8190 Bytes. O