Hi everybody,
I don't seem to have a copy of the bug template, so here goes.
In the process of trying to optimize some queries I'm doing, I
tried a CLUSTER command:
cluster track_instance_idx2 on track_instance;
It failed with this error:
ERROR: temp_258c0 is an index relation
Now I wasn't
I've got a MSAccess client application. The application use ODBC to connect
to server.
Such as in my queries clauses like "some_boolean = TRUE" converts to
"some_boolean = 1",
I have to create a server procedure:
CREATE FUNCTION is_bool_eq_int(BOOL,INT4) RETURNS BOOL AS '
DECLARE
sec BOOL;
BEGIN