Re: point -> double,double ? - Mailing list pgsql-general

From Tom Lane
Subject Re: point -> double,double ?
Date
Msg-id 15324.1042832105@sss.pgh.pa.us
Whole thread Raw
In response to point -> double,double ?  (Greg Stark <gsstark@mit.edu>)
Responses Re: point -> double,double ?
List pgsql-general
Greg Stark <gsstark@mit.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

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: point -> double,double ?
Next
From: Steve Crawford
Date:
Subject: Terrible performance on wide selects