tgranqvist commented on issue #48: URL: https://github.com/apache/age/issues/48#issuecomment-2585929203
Is this still an issue? I'm testing the following, and it doesn't work: ```sql SELECT * FROM ag_catalog.cypher('water_network', $$ CREATE (:LOCATION { title: 'My place', coords: public.ST_SetSRID(public.ST_MakePoint(-71.1043443253471::pg_float8, 42.3150676015829::pg_float8), 4326) }) $$) AS (_ ag_catalog.agtype); ``` I get the error `function public.ST_MakePoint(double precision, double precision) does not exist`. Per the documentation, ST_MakePoint takes floats as arguments. I'm using Postgres 16, PostGIS 3.5.1, and AGE 1.5.0-rc0 for PG16. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org