Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 353 Bytes

pg_setpriority

Code with minor changes taken from Chris Kelly blog. I just have added Makefile and sql script to register extesion.

To compile and install:

make install

Register extension:

CREATE EXTENSION pg_setpriority;