Opened 9 years ago

Closed 9 years ago

#5797 closed defect (invalid)

how to drop the index in filegdb

Reported by: wxx114 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

I use gdal-filegdb, and create an attribute index on the field of a layer in filegdb using sql : CREATE INDEX indexname ON layername fieldname. but I do not know how to drop the index built before, I tried vary sql statement, all failed with "an invalid sql statement ". I wonder how to drop the index of filegdb , and alter the index when the feature changed( the index cannot changed automatically) .

Change History (1)

comment:1 by Even Rouault, 9 years ago

Resolution: invalid
Status: newclosed

According to FileGDB documentation, the syntax is "DROP INDEX tablename.indexname".

Note: Trac tickets are not aimed at answering questions. The gdal-dev mailing list is a better place for that.

Note: See TracTickets for help on using tickets.