diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-01-02 01:47:08 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-01-02 02:01:53 +0100 |
| commit | d08bfcbee55c65e8a88e05d75522d8d29f093f21 (patch) | |
| tree | 9b82858794b0c759e2b7127f4d7cf8399d365ca1 /NEWS-2.3 | |
| parent | 45c6dfb69d6713ea4c00b65847855ecf1e6a2a61 (diff) | |
| download | psycopg2-d08bfcbee55c65e8a88e05d75522d8d29f093f21.tar.gz | |
Refuse to build if pg_config is not found.
I think half of the problems in OS X setup are due to setup going ahead
even when the pg_config is not found. We are now only building with PG
version that make the tool available.
Diffstat (limited to 'NEWS-2.3')
| -rw-r--r-- | NEWS-2.3 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ What's new in psycopg 2.3.3 --------------------------- -* New features: +* New features and changes: - Added `register_composite()` function to cast PostgreSQL composite types into Python tuples/namedtuples. + - The build script refuses to guess values if pg_config is not found. * Bug fixes: |
