diff options
author | Christopher Walker <kris240376@gmail.com> | 2017-01-19 22:11:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:34 +0700 |
commit | d256a92618986bd8d0ddde559d6443370b5982df (patch) | |
tree | de94383106220a4b8966fc1375e23d7045d6c4b1 /libraries/psqlodbc/README | |
parent | 680cb452f02525c26343bf43c0e411cb072b7329 (diff) |
libraries/psqlodbc: Added (PostgreSQL ODBC driver).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/psqlodbc/README')
-rw-r--r-- | libraries/psqlodbc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/psqlodbc/README b/libraries/psqlodbc/README new file mode 100644 index 0000000000000..93f194c117b7b --- /dev/null +++ b/libraries/psqlodbc/README @@ -0,0 +1,9 @@ +psqlODBC is the official PostgreSQL ODBC driver. It is released under +the Library General PUblic License, or LGPL. + +Optional Dependency + +unixODBC + This package will build libiodbc drivers by default, since those are + the ODBC drivers included with Slackware. In order to build with + unixODBC, specify WITH_UNIXODBC=yes on the command line. |