Re: [GENERAL] Operator whit word

2007-05-31 Thread Alvaro Herrera
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' sour

[GENERAL] Operator whit word

2007-05-31 Thread Thiago Ventura
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 ) ? ---(end of broadcast)--- TIP 6: