[postgis] Error in creating WKBPolygon by Postgis in Cygwin PostgreSQL

Paul Ramsey pramsey at refractions.net
Wed Aug 15 09:22:42 PDT 2001


Hisaji ONO wrote:

> > #create table ku2 as select * from ku;
> > #alter table ku2 add column geo2_val wkb;
> > # update ku2 set geo2_val = asbinary(geo_value,'NDR');

Actually, I should have read your example more closely, I did not see
that you had set the type of the destination column to wkb.

This is not "recommended" behavior: wkb is not supposed to be a storage
type, just a type used in transition on the way out of the system.
However, in theory your commands should work, so we'll have a look, if
only to figure out why they failed. :)

To unsubscribe from this group, send an email to:
postgis-unsubscribe at yahoogroups.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 





More information about the postgis-users mailing list