User Tools

Site Tools


postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

postgresql [2020/09/22 12:15] (current)
ss_wiki_admin created
Line 1: Line 1:
 +== Installing PostgreSQL 12 UnixODBC Driver ==
  
 +<code bash>
 +wget https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm
 +rpm -i pgdg-redhat-repo-latest.noarch.rpm
 +yum install unixODBC
 +yum install postgresql12-odbc
 +</code>
postgresql.txt ยท Last modified: 2020/09/22 12:15 by ss_wiki_admin