Ticket #3522 (closed enhancement: fixed)
Postgis provider: support for PostgreSQL service connection parameter
| Reported by: | neumann | Owned by: | nobody |
|---|---|---|---|
| Priority: | minor: annoyance | Milestone: | Version 1.7.0 |
| Component: | Data Provider | Version: | |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | All | |
| Must Fix for Release: | No | Awaiting user input: | no |
Description
It would be nice if the PostgreSQL provider would accept the service parameter alternatively to hostname/port (and potentially database)
This would allow an easier change the underlying postgresql server (e.g. in case of a crash or new server installation) since one would connect to the service rather than a hostname and port.
This is also important in case of a db-replication and switchover.
The provider connection dialogue should offer an additional line named "service" and, if the service value is present, it would have precedence over host and port.
Change History
Note: See
TracTickets for help on using
tickets.