#943 closed defect (fixed)
PostgresSQL materialized views are not detected by provider
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | 4.1.0 |
Component: | FDO API | Version: | 4.0.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
As reported on mapguide-internals:
http://osgeo-org.1560.x6.nabble.com/FDO-Postgis-provider-and-materialized-views-td5274214.html
Attached is a patch that unions in a query against pg_class
to include the materialized views that FdoSmPhRdPostGisDbObjectReader::MakeQueryReader()
executes
Attachments (1)
Change History (4)
by , 7 years ago
Attachment: | pg_materialized_view.patch added |
---|
comment:1 by , 7 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Add materialized view support (includes unit test)