Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_MakeLine(geog1: Geography, geog2: Geography)
SELECT ST_AsText(ST_MakeLine( ST_GeogFromWKT('POINT (0 0)', 4326), ST_GeogFromWKT('POINT (1 0)', 4326) ))
LINESTRING (0 0, 1 0)
Was this page helpful?