Chance Zhang

Results 1 comments of Chance Zhang

Does it support spatial extension yet? looks like functions are not registered. I have run `postgres=# select duckdb.install_extension('spatial');` first. But when I run `postgres=# SELECT ST_AsText(ST_MakeEnvelope(0,0,1,1));` ERROR: function st_makeenvelope(integer, integer,...