Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Greg Stark <gsstark(at)mit(dot)edu> writes:
> > Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> >> point[0] and point[1]. Not sure if this is adequately documented.
>
> > Thank you very much.
Hm, this seems odd
slo=> select b,b[0],b[0][0] from t;
b | b | b
-----------------------------------------------+------------------------+---
(-75.493906,44.854114),(-75.493906,44.854114) | (-75.493906,44.854114) |
(1 row)
--
greg