Skip to content

Instantly share code, notes, and snippets.

@ericboehs
Created March 17, 2010 02:11
Show Gist options
  • Select an option

  • Save ericboehs/334807 to your computer and use it in GitHub Desktop.

Select an option

Save ericboehs/334807 to your computer and use it in GitHub Desktop.
cd
wget http://yum.pgsqlrpms.org/reporpms/8.4/pgdg-centos-8.4-2.noarch.rpm
sudo rpm -ivh pgdg-centos-8.4-2.noarch.rpm
sudo yum install postgresql postgresql-server postgresql-devel.x86_64 postgresql-contrib postgresql-plperl
rm pgdg-centos-8.4-2.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment