Created
October 9, 2018 02:13
-
-
Save pindlebot/12ca87e6fdd5e6217035814b6e89fcaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /tmp | |
| yum install libcurl-devel | |
| git clone https://github.com/pramsey/pgsql-http.git | |
| cd pgsql-http | |
| make && make install | |
| cd /tmp | |
| git clone https://github.com/citusdata/pg_cron.git | |
| cd pg_cron | |
| make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment