Re: [pgadmin-support] How to view geometry fields as text?

2008-11-29 Thread Guillaume Lelarge
Stefan Keller a écrit : > Hi all, > > I'm using geometry fields which are stored in a large binary > representation (so called Well Known Binary). Now I'd like to see the > lines and coordinates stored in it as human readable text. > Unfortunately, I think, there's currently no way to do this? >

Re: [pgadmin-support] How to view geometry fields as text?

2008-11-29 Thread Stefan Keller
Salut Guillaume, Guillaume Lelarge wrote: >> (...) There exists a pgsql function called >> 'st_astext(geometry)'. What about extending the dialog 'View filtered >> data' with the possibility to apply functions like this in order to view >> data? > > You can use this function to filter data, but y

Re: [pgadmin-support] How to view geometry fields as text?

2008-11-29 Thread Guillaume Lelarge
Stefan Keller a écrit : > Salut Guillaume, > > Guillaume Lelarge wrote: >>> (...) There exists a pgsql function called >>> 'st_astext(geometry)'. What about extending the dialog 'View filtered >>> data' with the possibility to apply functions like this in order to view >>> data? >> You can use th