diff options
| author | jlam <jlam@pkgsrc.org> | 2001-05-14 14:52:06 +0000 |
|---|---|---|
| committer | jlam <jlam@pkgsrc.org> | 2001-05-14 14:52:06 +0000 |
| commit | b7bb1f6a67bddf4a301d089e5a99882ddd268127 (patch) | |
| tree | a56aac6d132cb84ab1d3fe9ff1754e0696b4e829 /databases/odbc-postgresql/pkg/MESSAGE | |
| parent | d5ea6e5030b4892b0770dd43ef0f3ba3de03d851 (diff) | |
| download | pkgsrc-b7bb1f6a67bddf4a301d089e5a99882ddd268127.tar.gz | |
Update odbc-postgresql to 7.1.1. There don't appear to be any functional
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.
Diffstat (limited to 'databases/odbc-postgresql/pkg/MESSAGE')
| -rw-r--r-- | databases/odbc-postgresql/pkg/MESSAGE | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/databases/odbc-postgresql/pkg/MESSAGE b/databases/odbc-postgresql/pkg/MESSAGE index 9eb9877eebd..2cb8738394d 100644 --- a/databases/odbc-postgresql/pkg/MESSAGE +++ b/databases/odbc-postgresql/pkg/MESSAGE @@ -1,2 +1,17 @@ -Please see Chapter 22 of the PostgreSQL Programmer's Guide for information -on configuring and using odbc-postgresql. +=========================================================================== +$NetBSD: MESSAGE,v 1.2 2001/05/14 14:52:06 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: + + /etc/odbcinst.ini + +and add the ODBC compliance functions in + + ${PREFIX}/share/postgresql/odbc.sql + +to any databases you wish to be ODBC-accessible. +=========================================================================== |
