Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres 9.4 #17

Closed
apeesel opened this issue Feb 20, 2015 · 5 comments
Closed

Postgres 9.4 #17

apeesel opened this issue Feb 20, 2015 · 5 comments

Comments

@apeesel
Copy link

apeesel commented Feb 20, 2015

Is there a version for postgres 9.4 on the horizon?

April

@GeoffMontee
Copy link
Collaborator

I think the current release should work on 9.4 with the same code used to work on 9.3. Have you tried it?

@apeesel
Copy link
Author

apeesel commented Feb 20, 2015

I'm on CentOS an yum install instructions say 9.3. I'll give it a try and see what it does.

@GeoffMontee
Copy link
Collaborator

Right. Only the version numbers should change for 9.4. If you were installing everything from scratch on CentOS 6, it would look something like:

sudo yum install epel-release
sudo yum install freetds freetds-devel
wget http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
sudo rpm -ivh pgdg-centos94-9.4-1.noarch.rpm
sudo yum install postgresql94 postgresql94-server postgresql94-libs postgresql94-devel
git clone https://github.com/GeoffMontee/tds_fdw.git
cd tds_fdw
PATH=/usr/pgsql-9.4/bin:$PATH make USE_PGXS=1
sudo PATH=/usr/pgsql-9.4/bin:$PATH make USE_PGXS=1 install

Let me know if anything doesn't work.

@apeesel
Copy link
Author

apeesel commented Feb 20, 2015

It worked - thanks!

@GeoffMontee
Copy link
Collaborator

Great! I'm glad that worked for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants