Changes between Initial Version and Version 1 of Ticket #5808
- Timestamp:
- 11/05/24 12:43:19 (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5808 – Description
initial v1 5 5 After some tests, I found this also happens when we create a topology: 6 6 7 ```SQL 7 {{{ 8 8 9 9 select topology.DropTopology('muahahaha'); … … 35 35 SELECT topology.toTopoGeom(g, 'muahahaha', 1) 36 36 FROM topoperf.case_concentric_circles; 37 ``` 37 }}} 38 38 39 39 If you run the code above, will finish and everything will be Ok, until you see the process, "postgres: postgres postgres [local] idle", is the one who handle the queries.