Opened 18 years ago
Closed 18 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.
Note:
See TracTickets
for help on using tickets.
(In [2881]) Fixes #422: updateindexes.sh can't find the unique index on the Feature table with Postgres