Re: [SQL] Immutable function in index

2004-07-06 Thread Tom Lane
"=?iso-8859-2?B?U1rbQ1MgR+Fib3I=?=" <[EMAIL PROTECTED]> writes: > tir=# CREATE INDEX ajanlat_cikk ON ajanlat (antinuller(cikk), > antinuller(minoseg), tol); > ERROR: parser: parse error at or near "," at character 55 > I'm not sure what happened, You're trying to use a 7.4 feature in 7.3. Multi

[SQL] Immutable function in index

2004-07-06 Thread SZŰCS Gábor
Dear Gurus, Version: PostgreSQL 7.3.3 Log: %--- cut here ---% tir=# CREATE INDEX ajanlat_cikk ON ajanlat (antinuller(cikk), antinuller(minoseg), tol); ERROR: parser: parse error at or near "," at character 55 tir=# CREATE INDEX ajanlat_szolg ON ajanlat (ant