Changes between Initial Version and Version 1 of Ticket #5808


Ignore:
Timestamp:
11/05/24 12:43:19 (8 weeks ago)
Author:
latot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5808 – Description

    initial v1  
    55After some tests, I found this also happens when we create a topology:
    66
    7 ```SQL
     7{{{
    88
    99select topology.DropTopology('muahahaha');
     
    3535SELECT topology.toTopoGeom(g, 'muahahaha', 1)
    3636  FROM topoperf.case_concentric_circles;
    37 ```
     37}}}
    3838
    3939If 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.