Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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)

pg_materialized_view.patch (6.2 KB ) - added by jng 6 years ago.
Add materialized view support (includes unit test)

Download all attachments as: .zip

Change History (4)

by jng, 6 years ago

Attachment: pg_materialized_view.patch added

Add materialized view support (includes unit test)

comment:1 by jng, 6 years ago

Owner: changed from gregboone to jng

comment:2 by jng, 6 years ago

Resolution: fixed
Status: newclosed

In 7632:

PostgreSQL provider: Add support for materialized views. Includes unit test to verify a materialized view in a PostgreSQL datastore does get picked up when describing it.

Fixes #943

comment:3 by jng, 6 years ago

In 7634:

Merged revision(s) 7632 from trunk:
PostgreSQL provider: Add support for materialized views. Includes unit test to verify a materialized view in a PostgreSQL datastore does get picked up when describing it.

Fixes #943
........

Note: See TracTickets for help on using tickets.