blob: 040b0fa4ec2908b9c5ddbcfd8e4b6ddb99377cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
===========================================================================
$NetBSD: MESSAGE,v 1.1 2001/11/01 00:11:56 zuntum 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.
===========================================================================
|