[BUGS] BUG #1187: Problem in SQL Functions on Composite Types

2004-07-06 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1187 Logged by: Eduard Pinchuck Email address: [EMAIL PROTECTED] PostgreSQL version: 7.5 Dev Operating system: FreeBSD 5.1 Description:Problem in SQL Functions on Composite Types Details: Hello. PostgreSQ

Re: [BUGS] [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

[BUGS] 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