A tiny data mask utility written in C
- GCC
- GNU Make
- PostgreSQL instance
This project is being developed with C language using C-Language Functions of PostgreSQL,
that is also provide an extension makefile that manages library directories and installation targets.
In order to include PostgreSQL extension makefile, the pg_config
binary must be available.
$ make # if pg_config is globally available
$ make PG_CONFIG=<path-to-binary> # if pg_config is not globally available
This project uses PostgreSQL Regression Test utility. First, please install the extension, and then run all regression tests.
$ make install
$ make installcheck