Opened 16 years ago

Closed 13 years ago

#1105 closed enhancement (fixed)

Mapfile export - PostGIS port is missing

Reported by: str238 Owned by: gsherman
Priority: minor: annoyance Milestone: Version 1.7.0
Component: Python plugins and bindings Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

It would be great to include also the 'port' parameter into the mapfile export. This is currently missing, so the default port 5432 is assumed.

Change History (4)

comment:1 by gsherman, 16 years ago

Owner: changed from nobody to gsherman

comment:2 by pcav, 15 years ago

Component: MapServer exportPython plugins and bindings
Milestone: Version 1.0.3Version 1.2.0

comment:3 by pcav, 14 years ago

Milestone: Version 1.5.0Version 1.6.0

comment:4 by rduivenvoorde, 13 years ago

Resolution: fixed
Status: newclosed

from what I see, this is working now: using a project to a postgis layer with a server on another portnummer gives me a connection string like:

CONNECTION "dbname='geo' host=localhost port=54322 user='qgis' password='qgis' sslmode=disable"

closing this issue, please reopen or open a new one if I'm wrong.

Note: See TracTickets for help on using tickets.