https://github.com/kingluo/pgcat-pgxs
pgcat PostgreSQL extension
https://github.com/kingluo/pgcat-pgxs
logical-replication postgresql postgresql-extension
Last synced: about 1 year ago
JSON representation
pgcat PostgreSQL extension
- Host: GitHub
- URL: https://github.com/kingluo/pgcat-pgxs
- Owner: kingluo
- License: apache-2.0
- Created: 2019-10-03T10:20:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T05:53:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T09:11:33.590Z (about 1 year ago)
- Topics: logical-replication, postgresql, postgresql-extension
- Language: PLpgSQL
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgcat-pgxs
PostgreSQL extension of [pgcat](https://github.com/kingluo/pgcat)
# Installation
```bash
sudo apt install build-essential postgresql-server-dev-all
git clone https://github.com/kingluo/pgcat-pgxs
cd pgcat-pgxs
make with_llvm=no
sudo make install
```