Changes between Version 23 and Version 24 of FAQ
- Timestamp:
- May 13, 2009, 2:17:59 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v23 v24 17 17 automake --add-missing 18 18 }}} 19 20 * Q: I get a link error, function ECPGget_connection cannot be found. 21 22 A: What appears to have happened is that in PostgreSQL 8.3.0 they removed ECPGget_connection and they have reintroduced it by 8.3.7. So PostgreSQL versions 8.3.0 up to (but excluding) 8.3.7 cannot be used.