Ticket #121 (closed enhancement: fixed)

Opened 16 months ago

Last modified 16 months ago

more flexible mechanism for specifying postgresql connections for c2s

Reported by: hacker Owned by: smoku
Priority: major Component: storage
Version: 2.1.11 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

The PQconnectdb function is much more flexible than host/dbname/user/password, therefore this patch. It adds <conninfo/> settings to authreg_pgsql module. In particular it lets met specify sslmode=disabled as a temporary workaround for an ssl/pgsql-ssl problem. Expect the fix for the problem soon, though.

Again, the patch has a wordy header.

Attachments

0002-more-flexible-postgresql-connection-specification-in.patch (3.5 KB) - added by hacker 16 months ago.
patch from my local git repo addressing the issue.

Change History

Changed 16 months ago by hacker

patch from my local git repo addressing the issue.

Changed 16 months ago by smoku

  • status changed from new to closed
  • resolution set to fixed

(In [326]) Implemented PQconnectdb PostgreSQL connection method, by Michael Krelin. Closes #121

Changed 16 months ago by smoku

(In [330]) Implemented conninfo method for storage PostgreSQL backend. Changes in authreg for consistency. Refs #121

Note: See TracTickets for help on using tickets.