44b24b7f48
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)
17 lines
597 B
Text
17 lines
597 B
Text
===========================================================================
|
|
$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
|
|
${PKGNAME}.
|
|
|
|
In summary, you will need to create the following configuration file:
|
|
|
|
${PKG_SYSCONFDIR}/odbcinst.ini
|
|
|
|
and add the ODBC compliance functions in
|
|
|
|
${PREFIX}/share/postgresql/odbc.sql
|
|
|
|
to any databases you wish to be ODBC-accessible.
|
|
===========================================================================
|