diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-19 03:51:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-19 03:51:00 +0000 |
commit | 44b24b7f48b57e26351296f2b88a56a1a2675085 (patch) | |
tree | 65abfc34d3b0569182cc08e013f69c901fe8b885 /databases/odbc-postgresql/MESSAGE | |
parent | 685fd8b14848acfd7aa9eb4ac8a4c5ea6a1df9ce (diff) | |
download | pkgsrc-44b24b7f48b57e26351296f2b88a56a1a2675085.tar.gz |
Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include
Splitting out a common Makefile for future unixodbc-postgresql and
iodbc-postgresql packages.
Changes from version 7.1.3 include:
Remove query size limit (Hiroshi)
Remove text field size limit (Hiroshi)
Fix for SQLPrimaryKeys in multibyte mode (Hiroshi)
Allow ODBC procedure calls (Hiroshi)
Improve boolean handing (Aidan Mountford)
Most configuration options on setable via DSN (Hiroshi)
Multibyte, performance fixes (Hiroshi)
Allow driver to be used with iODBC or unixODBC (Peter E)
MD5 password encryption support (Bruce)
Add more compatibility functions to odbc.sql (Peter E)
Diffstat (limited to 'databases/odbc-postgresql/MESSAGE')
-rw-r--r-- | databases/odbc-postgresql/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/odbc-postgresql/MESSAGE b/databases/odbc-postgresql/MESSAGE index 040b0fa4ec2..068754ffe1b 100644 --- a/databases/odbc-postgresql/MESSAGE +++ b/databases/odbc-postgresql/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/11/01 00:11:56 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2002/10/19 03:51:00 jlam Exp $ Please see the ODBC interface section of the PostgreSQL Programmer's Guide (databases/postgresql-docs) for information on configuring and using @@ -7,7 +7,7 @@ ${PKGNAME}. In summary, you will need to create the following configuration file: - /etc/odbcinst.ini + ${PKG_SYSCONFDIR}/odbcinst.ini and add the ODBC compliance functions in |