Opened 17 years ago

Closed 17 years ago

#422 closed defect (fixed)

updateindexes.sh can't find the unique index on the Feature table with Postgres

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.1.1
Component: install Version:
Keywords: Cc:

Description

It seems to be a problem that Postgres reporters that the index contains the columns "row", "column" and arraydesignblock_id. Note that there are quotes around the row/column but not around the arraydesignblock_id. When we check if the index exists we look for column names without quoting.

Change History (1)

comment:1 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: newclosed

(In [2881]) Fixes #422: updateindexes.sh can't find the unique index on the Feature table with Postgres

Note: See TracTickets for help on using tickets.