Changes between Initial Version and Version 1 of Ticket #4739, comment 2
- Timestamp:
- 10/02/20 03:55:36 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #4739, comment 2
initial v1 25 25 create index on t using gist (c); 26 26 select 1 from t where postgis.st_dwithin(postgis.st_geomfromtext('POINT(3373062 5626876)'::text, 31467), c, 1000.); 27 create materialized view v as SELECT * FROM t WHERE postgis.st_dwithin(postgis.st_geomfromtext('POINT(3373062 5626876)'::text, 31467), c, 1000.); 27 28 }}} 28 29