From 40441e01b6e73a0a1d7f06377b3607f151aed65b Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 23 Sep 2021 00:22:10 -0500 Subject: Add pgsql sandbox --- sandbox/pgsql/build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sandbox/pgsql/build (limited to 'sandbox/pgsql/build') diff --git a/sandbox/pgsql/build b/sandbox/pgsql/build new file mode 100644 index 0000000..f5e320e --- /dev/null +++ b/sandbox/pgsql/build @@ -0,0 +1,3 @@ +gcc -c -I/usr/include/postgresql pgsql.c -L/usr/include/pgsql -lpq -o pgsql +pg_config --libdir +pg_config --includedir -- cgit v1.2.3