Ticket #1273 (closed defect: fixed)
ST_Equals( mypoint, postgis_addbbox(mypoint) ) = FALSE
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
Try this:
WITH p AS ( SELECT 'POINT(832694.188 816254.625)'::geometry as g ) SELECT st_equals(p.g, postgis_addbbox(p.g)) from p;
It will give you _false_ !
Change History
Note: See
TracTickets for help on using
tickets.
