{"id":16288877,"url":"https://github.com/juliogonzalez/pgsql-http-rpm","last_synced_at":"2026-05-19T14:06:21.109Z","repository":{"id":80465897,"uuid":"62905209","full_name":"juliogonzalez/pgsql-http-rpm","owner":"juliogonzalez","description":"CentOS/RHEL/Amazon RPMs for pgsql-http https://github.com/pramsey/pgsql-http","archived":false,"fork":false,"pushed_at":"2017-07-30T21:25:15.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T01:32:30.861Z","etag":null,"topics":["centos","pgsql-http","postgresql","postgresql-extension","redhat","rpm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliogonzalez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-08T17:18:54.000Z","updated_at":"2017-02-24T22:40:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd989d30-2507-4907-8567-d036b4f1f2d0","html_url":"https://github.com/juliogonzalez/pgsql-http-rpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliogonzalez%2Fpgsql-http-rpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliogonzalez%2Fpgsql-http-rpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliogonzalez%2Fpgsql-http-rpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliogonzalez%2Fpgsql-http-rpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliogonzalez","download_url":"https://codeload.github.com/juliogonzalez/pgsql-http-rpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994130,"owners_count":21030049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","pgsql-http","postgresql","postgresql-extension","redhat","rpm"],"created_at":"2024-10-10T19:49:36.991Z","updated_at":"2025-10-15T04:33:10.159Z","avatar_url":"https://github.com/juliogonzalez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"pgsql-http\n==========\n\nCentOS/RH/Amazon RPMs for pgsql-http \u003chttps://github.com/pramsey/pgsql-http\u003e and postgresql 9.2 (\u003e=9.2.17), 9.3 (\u003e= 9.3.4), 9.4 (\u003e=9.4.1), and 9.6 (\u003e=9.6.2) from the [official repositories](https://yum.postgresql.org/)\n\nTested on CentOS 6.4 (unofficial curl packages), CentOS 7.1 and Amazon Linux 2014.03 (x86_64 in all cases)\n\npgsql-http is a HTTP client for PostgreSQL, able to retrieve a web page from inside the database.\n\nRequirements\n------------\n\nUse postgresql92\\* packages for PostgreSQL 9.2 (\u003e= 9.2.17), postgresql93\\* packages for PostgreSQL 9.3 (\u003e= 9.3.4), posgresql94\\* packages for PostgreSQL 9.4 (\u003e= 9.4.1) or posgresql96\\* packages for PostgreSQL 9.6 (\u003e= 9.6.2), in all cases from the [official repositories](https://yum.postgresql.org/) (and not from your distribution repositories!)\n\nTo build: \n\n* postgresql92-devel \u003e= 9.2.17, postgresql93-devel \u003e= 9.3.4, postgresql94-devel \u003e= 9.4.1 or postgresql96-devel \u003e= 9.6.2\n* curl-devel \u003e= 0.7.20\n* automake\n* gcc\n* git\n* rpm-build\n\nTo install the RPM for PostgreSQL\n\n* postgresql92 \u003e= 9.2.17, postgresql93 \u003e= 9.3.4, postgresql94 \u003e= 9.4.1 or postgresql96 \u003e= 9.6.2\n* postgresql92-server \u003e= 9.2.17, postgresql93-server \u003e= 9.3.4, postgresql94-server \u003e= 9.4.1 or postgresql96-server \u003e= 9.6.2\n* postgresql92-libs =\u003e 9.2.17, postgresql93-libs \u003e= 9.3.4, postgresql94-libs \u003e= 9.4.1 or postgresql96-libs \u003e= 9.6.2\n\n\nBuilding fresh RPMs\n-------------------\n\nClone the repo: \n\n```\ngit@github.com:juliogonzalez/pgsql-http-rpm.git\ncd pgsql-http-rpm\n```\n\nBuild the pgsql-http RPM\n---------------------\n\nBuild the RPMs:\n\n```\n./pgsql-http-rpm -p 9.2 # for PostgreSQL 9.2\n```\n\nor\n\n```\n./pgsql-http-rpm -p 9.3 # for PostgreSQL 9.3\n```\n\nor\n\n```\n./pgsql-http-rpm -p 9.4 # for PostgreSQL 9.4\n```\nor\n\n```\n./pgsql-http-rpm -p 9.4 # for PostgreSQL 9.6\n```\nAnd install:\n\n```\nrpm -Uvh RPMS/$HOSTTYPE/postgresql-92-pgsql-http-1.1.2-1*.$HOSTTYPE.rpm # for PostgreSQL 9.2\n```\n\nor\n\n```\nrpm -Uvh RPMS/$HOSTTYPE/postgresql-93-pgsql-http-1.1.2-1*.$HOSTTYPE.rpm # for PostgreSQL 9.3\n```\n\nor\n\n```\nrpm -Uvh RPMS/$HOSTTYPE/postgresql-94-pgsql-http-1.1.2-1*.$HOSTTYPE.rpm # for PostgreSQL 9.4\n```\nor\n```\nrpm -Uvh RPMS/$HOSTTYPE/postgresql-96-pgsql-http-1.1.2-1*.$HOSTTYPE.rpm # for PostgreSQL 9.6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliogonzalez%2Fpgsql-http-rpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliogonzalez%2Fpgsql-http-rpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliogonzalez%2Fpgsql-http-rpm/lists"}