Making points into paths

From: Julian Scarfe <jscarfe(at)callnetuk(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Making points into paths
Date: 2000-01-12 23:04:19
Message-ID: 387D0873.DDC8F28E@callnetuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Julian Scarfe 2000-01-12 23:16:11 Re: [GENERAL] Simulating an outer join
Previous Message Arthur M. Kang 2000-01-12 22:18:08 Help Please!