HHH-13083 Add support for st_makeenvelope in PostGIS dialect

https://postgis.net/docs/ST_MakeEnvelope.html
This commit is contained in:
bernd hopp 2018-11-01 15:41:24 +01:00 committed by Karel Maesen
parent dc89e7199d
commit 89e36cf0e7
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ class PostgisFunctions extends SpatialFunctionsRegistry {
"st_envelope"
)
);
put(
"makeenvelope", new StandardSQLFunction(
"st_makeenvelope"
)
);
put(
"astext", new StandardSQLFunction(
"st_astext",