Re: Casting Point to Text

From: Martin Hart <martin(at)zsdfherg(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Casting Point to Text
Date: 2003-12-10 08:11:15
Message-ID: 200312100811.15890.martin@zsdfherg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 09 December 2003 14:56, Tom Lane wrote:
> plpgsql is effectively doing
>
> regression=# select textin(point_out('(1,2)'::point));
> textin
> --------
> (1,2)
> (1 row)
>
> There is not a one-step cast function for this. (Not for any
> fundamental reason, just a lack of round tuits.)
>
> regards, tom lane

thanks for the info. Is this the sort of thing that the core team will accept
patches for (missing casts etc)? If so, and it is easy enough for me to get
my head round :-) I'll work on it.

Cheers,
Martin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Rodrigues 2003-12-10 09:15:07 Re: spelling errors in query terms
Previous Message Uwe C. Schroeder 2003-12-10 07:31:40 Re: [NOVICE] PostgreSQL Training