Opened 15 months ago
Closed 4 months ago
#2875 closed defect (invalid)
MGOS 4.0 FDO providers.xml file. PostgreSQL provider has the wrong DisplayName and Description
Reported by: | pcardinal | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | |
Severity: | minor | Keywords: | |
Cc: | pcardinal | External ID: |
Description
<Name>OSGeo.PostgreSQL.4.2</Name>
<DisplayName>OSGeo FDO Provider for MySQL </DisplayName> <Description>Read/write access to MySQL-based data store. Supports spatial data types and spatial query operations. </Description>
Should be
<Name>OSGeo.PostgreSQL.4.2</Name> <DisplayName>OSGeo FDO Provider for PostgreSQL </DisplayName> <Description>Read/write access to PostgreSQL-based data store. Supports spatial data types and spatial query operations. </Description>
Change History (3)
comment:1 by , 4 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 4 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Further analysis shows that the PostgreSQL provider doesn't have the strings in question compiled into its dll.
Re-opening.
comment:3 by , 4 months ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Actually, further analysis shows that it is actually the PostgreSQL provider again.
Closing again.
Found the culprit. This incorrect metadata resides in the PostgresSQL provider itself.
Closing this ticket and continuing on this ticket: https://trac.osgeo.org/fdo/ticket/1006