YS
Size: a a a
YS
V
V
D
DS
E
SELECT uuid, locationОшибка
-# FROM lot
-# WHERE ST_DWithin(
# location,
# ST_GeomFromEWKT('SRID=4326;POINT(-107.51743,35.08747)'),
# 0.05);
ERROR: function st_dwithin(point, geometry, numeric) does not exist
LINE 3: WHERE ST_DWithin(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
VY
SELECT uuid, locationОшибка
-# FROM lot
-# WHERE ST_DWithin(
# location,
# ST_GeomFromEWKT('SRID=4326;POINT(-107.51743,35.08747)'),
# 0.05);
ERROR: function st_dwithin(point, geometry, numeric) does not exist
LINE 3: WHERE ST_DWithin(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
\dx в этой базе?I
E
\dx в этой базе?
VY
SHOW search_path; ?E
SHOW search_path; ?
VY
point ( должен быть geometry ), последний numeric ( должен быть double precision ).E
point ( должен быть geometry ), последний numeric ( должен быть double precision ).НШ

e
НШ
e
e
НШ