diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-09 16:03:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-09 16:03:09 +0000 |
commit | 3fe3acb844995e44ac0eba9d06dc70061e769145 (patch) | |
tree | 62b57d95736340c1ded1b7f25785d9ee47c4f951 /doc | |
parent | 85add42a570cdb4be2d674e62535eb54b4dcd5cf (diff) | |
download | postgresql-3fe3acb844995e44ac0eba9d06dc70061e769145.tar.gz postgresql-3fe3acb844995e44ac0eba9d06dc70061e769145.zip |
I have made the couple of mods required to make the odbc driver with
postgres build and use unixODBC (http://www.unixodbc.org)
This patch was applied against the postgresql-7.0beta1 build
Any problems let me know.
Nick Gorham
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ URGENT ADMIN -* More access control over who can create tables and access the database +* -More access control over who can create tables and use locks(Karal) * Test syslog functionality * Allow elog() to return error codes, not just messages * Allow international error message support and add error codes |