|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Dec 2022:55:17 EST 2001 |
| 3 | +Last updated:Thu Dec 2023:31:45 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -239,6 +239,7 @@ CLIENTS |
239 | 239 | * Add PGPASSWORDFILE password file capability to libpq and psql flag |
240 | 240 | * Remove PGPASSWORD because is insecure on some OS's |
241 | 241 | * Allow secure single-user use without passwords using Unix socket permissions |
| 242 | +* Fix contrib/dbase to not require libiconv |
242 | 243 | * JDBC |
243 | 244 | o Comprehensive test suite. This may be available already. |
244 | 245 | o Updateable resultSet (must be done in backend code) |
|