Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12496, comment 3


Ignore:
Timestamp:
Aug 14, 2016, 6:43:03 PM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12496, comment 3

    initial v1  
    44I don't think versions of libpq and pg_dump would be same. It is possible that a user installs multiple versions of postgresql client, install to directory which isn't in `PATH` (e.g. `/usr/local/postgresql-9.x`, using only `LD_LIBRARY_PATH`).
    55
    6 I consider we should use `psycopg2.libpq_version` (since psycopg 2.7) or `PQlibVersion()` in libpq via `ctypes`: [cabc47467/jomae.git] (untested with Windows)
     6I consider we should use `psycopg2.libpq_version` (since psycopg 2.7) or `PQlibVersion()` in libpq via `ctypes`: [94d79aa7d/jomae.git] (untested with Windows)