Hello, Is it possible to change the "canonical form" of spatial objects in an uncomplicated way? :) The current form is HEXEWKB for ascii and I'd like it to be EWKT. I mean, I'd like the following statements to produce the same output: - SELECT geom FROM table; - SELECT AsEWKT(geom) FROM table; I'm currently running PG 7.4.6 with PostGIS RC2. Thanks,