Skip to content

Contributing

supautils is OSS. PR and issues are welcome.

Development

Nix is required to set up the environment.

Testing

For testing the module locally, execute:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# might take a while in downloading all the dependencies
$ nix-shell

# test on pg 12
$ supautils-with-pg-12 make installcheck

# test on pg 13
$ supautils-with-pg-13 make installcheck

# you can also test manually with
$ supautils-with-pg-12 psql -U rolecreator