Ticket #1680 (closed defect: invalid)
geography btree: ERROR: index row requires 9960 bytes, maximum size is 8191
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
When trying to create an index on a geography column I get this message:
strk=# create index idx_cshapeswdatevalid_geog on cshapeswdatevalid (geog); ERROR: index row requires 9960 bytes, maximum size is 8191
This is with PostgreSQL 8.4.10 on x86_64-pc-linux-gnu, 64bit and PostGIS 2.0.0beta2SVN r9419.
The dataset is the one attached to ticket #1679 with the "geog" column just created using alter table and update.
Change History
Note: See
TracTickets for help on using
tickets.
