Re: point -> double,double ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: point -> double,double ?
Date: 2003-01-17 19:35:05
Message-ID: 15324.1042832105@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Stark <gsstark(at)mit(dot)edu> writes:
> What are the operators or functions to extract the x and y portions of a
> point? I can't find it in my book or in the online \do or \df output anywhere.

point[0] and point[1]. Not sure if this is adequately documented.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2003-01-17 19:37:26 Terrible performance on wide selects
Previous Message Greg Stark 2003-01-17 19:04:21 point -> double,double ?