This shows you the differences between two versions of the page.
| — |
postgresql [2020/09/22 12:15] (current) ss_wiki_admin created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | == Installing PostgreSQL 12 UnixODBC Driver == | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | rpm -i pgdg-redhat-repo-latest.noarch.rpm | ||
| + | yum install unixODBC | ||
| + | yum install postgresql12-odbc | ||
| + | </ | ||