postgres icon indicating copy to clipboard operation
postgres copied to clipboard

pg_net: needs `grant alter system on parameter pg_net.batch_size to postgres`

Open steve-chavez opened this issue 5 months ago • 0 comments

Problem

To configure pg_net with alter system set pg_net.batch_size to 500; (ref), the $subject privilege is required.

Solution

Add $subject privilege as migration and test that alter system set pg_net.batch_size to 500; can be done.

steve-chavez avatar Oct 01 '25 21:10 steve-chavez