plpgsql (Postgres PL/pgSQL): steps 0-3.
authorJoel Martin <github@martintribe.org>
Tue, 22 Mar 2016 01:28:08 +0000 (20:28 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 3 May 2016 04:37:15 +0000 (23:37 -0500)
commitadc5b4fb540abd150debde09ea03dd49ab2f8fb3
tree4ac346731615c474cf991ef1e9df7e676ea1c1dc
parent4e886230111fc34de16e62a3e7eff4878403c81e
plpgsql (Postgres PL/pgSQL): steps 0-3.
12 files changed:
Makefile
plpgsql/Dockerfile-postgres [new file with mode: 0644]
plpgsql/env.sql [new file with mode: 0644]
plpgsql/init.sql [new file with mode: 0755]
plpgsql/printer.sql [new file with mode: 0644]
plpgsql/reader.sql [new file with mode: 0644]
plpgsql/step0_repl.sql [new file with mode: 0644]
plpgsql/step1_read_print.sql [new file with mode: 0644]
plpgsql/step2_eval.sql [new file with mode: 0644]
plpgsql/step3_env.sql [new file with mode: 0644]
plpgsql/types.sql [new file with mode: 0644]
plpgsql/wrap.sh [new file with mode: 0755]