Making points into paths - Mailing list pgsql-general

From Julian Scarfe
Subject Making points into paths
Date
Msg-id 387D0873.DDC8F28E@callnetuk.com
Whole thread Raw
List pgsql-general
I'd like to take a set of points and link them into a path.  But I can't see a
single operator/function that creates a path from points! ;-(

It seems like a fairly fundamental operation, unlike some of Postgres's
delightfully rich set of geometric datatypes, operators and functions. It
doesn't look too hard to write an external function that appends a point to a
path, but am missing something obvious?

Thanks

Julian Scarfe

pgsql-general by date:

Previous
From: admin
Date:
Subject: rule or trigger on select?
Next
From: Julian Scarfe
Date:
Subject: Re: [GENERAL] Simulating an outer join