| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | SZŰCS Gábor <surrano(at)mailbox(dot)hu> |
| Cc: | pgsql-sql(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: [SQL] Immutable function in index |
| Date: | 2004-07-06 13:37:59 |
| Message-ID: | 28776.1089121079@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-sql |
"=?iso-8859-2?B?U1rbQ1MgR+Fib3I=?=" <surrano(at)mailbox(dot)hu> 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. Multiple functional columns
in one index is new in 7.4.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PostgreSQL Bugs List | 2004-07-06 15:30:53 | BUG #1187: Problem in SQL Functions on Composite Types |
| Previous Message | David Newall | 2004-07-06 10:40:51 | UNIQUE not honoured for NULL |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-07-06 17:26:17 | Re: Why no exprs in format string to RAISE |
| Previous Message | SZŰCS Gábor | 2004-07-06 08:58:47 | Immutable function in index |