Skip to content

Installation

pg_yregess is currently developed as part of Omnigres but can be easily built independently of Omnigres ("out of tree").

git clone https://github.com/omnigres/omnigres
cd omnigres/pg_yregress
cmake -B build && cmake --build build --parallel
# If you want to install it, too:
sudo cmake --install build