<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Hi, <br>Need some help.<br><br>teglms=# \dx post*<br>                                    List of installed extensions<br>       Name       | Version |  Schema  |                        Description<br>------------------+---------+----------+------------------------------------------------------------<br> postgis          | 3.3.6   | postgis  | PostGIS geometry and geography spatial types and functions<br> postgis_raster   | 3.3.6   | postgis  | PostGIS raster types and functions<br> postgis_topology | 3.3.3   | topology | PostGIS topology spatial types and functions<br>(3 rows)<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">teglms=# alter extension postgis_topology update to  "3.3.6";<br>ERROR:  type "geometry" does not exist<br>teglms=# \dT+ geometry<br>                                                                              List of data types<br> Schema  |   Name   | Internal name | Size | Elements |   Owner    | Access privileges |                                     Description<br>---------+----------+---------------+------+----------+------------+-------------------+--------------------------------------------------------------------------------------<br> postgis | geometry | geometry      | var  |          | eglmsadmin |                   | postgis type: The type representing spatial features with planar coordinate systems.<br>(1 row)<br><br>teglms=# select user;<br>    user<br>------------<br> eglmsadmin<br>(1 row)<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">teglms=# show search_path ;<br>    search_path<br>-------------------<br> postgis, topology<br>(1 row)<br><br>Why update can't find a type geometry?<br><br>br<br>Kaido</div></div>