PostgreSQL
Version 5.5.0
Added
- An index on a plain view is reported, not attempted.
- An XML index is reported. Postgres indexes an
xmlcolumn as an opaque value and has no shredded node table to build over, so the XML index forms are refused rather than flattened to an ordinary index. - A schema-bound view is reported.