Re: Operator whit word

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Thiago Ventura <thiventura(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Operator whit word
Date: 2007-05-31 14:32:12
Message-ID: 20070531143212.GF4724@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thiago Ventura escribió:
> The manual say:
> The operator name is a sequence of up to NAMEDATALEN-1 (63 by default)
> characters from the following list:
> + - * / < > = ~ ! @ # % ^ & | ` ?
>
> So, how I could create a operator with word ( i.e. LIKE ) ?

You can't. (Unless you hack Postgres' source code).

--
Alvaro Herrera http://www.advogato.org/person/alvherre
"The ability to monopolize a planet is insignificant
next to the power of the source"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Wittig 2007-05-31 14:48:57 Re: warm standby server stops doing checkpoints after a while
Previous Message Tom Lane 2007-05-31 14:27:35 Re: stable functions