"=?iso-8859-2?B?U1rbQ1MgR+Fib3I=?=" <surrano (AT) mailbox (DOT) hu> writes:
Quote:
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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match