Re: standard sql operators - Mailing list pgsql-novice

From Gaetan GUYODO
Subject Re: standard sql operators
Date
Msg-id 01081409143401.04836@uc-102-233
Whole thread Raw
In response to standard sql operators  (harrold@sage.che.pitt.edu)
List pgsql-novice
Take a look at pgsql documentation...user guide, page 10-15 I think.
there's a list of SQL reserved words (if that's what you search)
-> LIKE is a SQL92 or SQL3 reserved word

Gaetan

Le Mardi 14 Août 2001 00:16, vous avez écrit :
> hey.
>
> i have a question about 'LIKE', 'ILIKE'  and  the regular expression match
> operators '~, ~*, !~, !~*'.  i realize the regular expression operators
> are those set by the posix standard, but i dont believe they are part of
> the sql standard. is 'LIKE'/'ILIKE' a standard sql operator?
>
> i looked for a while but i could not find the actual sql standards.
>
> if someone could point me to a website with the standards for sql that
> would be great.
>
> my concern here is portability of applications.
>
> thanks
> john
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


pgsql-novice by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: Overwriting Operator for numeric and float8 fails
Next
From: "Johann Zuschlag"
Date:
Subject: Re: Overwriting Operator for numeric and float8 fails