Opened 14 months ago

Closed 3 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 jng, 3 months ago

Resolution: fixed
Status: newclosed

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

comment:2 by jng, 3 months ago

Resolution: fixed
Status: closedreopened

Further analysis shows that the PostgreSQL provider doesn't have the strings in question compiled into its dll.

Re-opening.

comment:3 by jng, 3 months ago

Resolution: invalid
Status: reopenedclosed

Actually, further analysis shows that it is actually the PostgreSQL provider again.

Closing again.

Note: See TracTickets for help on using tickets.