Re: Casting numeric to text

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Casting numeric to text
Date: 2001-04-09 17:02:21
Message-ID: 20010409120221.B29908@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, Apr 09, 2001 at 06:53:13PM +0200, Peter Eisentraut wrote:
> Ross J. Reedstrom writes:
>
> > FYI, I can't find an occurance of '::' that's not part of '::=' in either
> > SQL1992.txt or the ansi-iso-[sql]-1999.txt files I've got.
>
> SQL 1999 6.12
>
> <static method invocation> ::=
> <user-defined type> <double colon> <method name> [ <SQL argument list> ]
>

Ah, right: My grep excluded the ::= cases, so I missed:

<double colon> ::= ::

> That syntax even makes sense...

No, how could it be? Someone must have failed to run the Babelizer on that part.

Ross

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tim Johnson 2001-04-09 17:05:55 Re: select substr???
Previous Message Peter Eisentraut 2001-04-09 16:55:06 Re: Re: open and closed paths ...