plsql (Oracle PL/SQL): Copy plpgsql. Step0,1 basics.
authorJoel Martin <github@martintribe.org>
Fri, 1 Apr 2016 02:29:47 +0000 (21:29 -0500)
committerJoel Martin <github@martintribe.org>
Sun, 22 May 2016 06:16:01 +0000 (00:16 -0600)
commit97df14cdafa1894b46047a68cbc205375a17465f
tree61a06ef054af0e996c419c8d18cf3e1d9b13874f
parent20e8dea04375f63bb53a13f4455bd834a45672b8
plsql (Oracle PL/SQL): Copy plpgsql. Step0,1 basics.
13 files changed:
.gitignore
Makefile
plsql/Dockerfile-oracle [new file with mode: 0644]
plsql/Dockerfile-postgres [new file with mode: 0644]
plsql/Makefile.disabled [new file with mode: 0644]
plsql/io.sql [new file with mode: 0644]
plsql/login.sql [new file with mode: 0644]
plsql/printer.sql [new file with mode: 0644]
plsql/reader.sql [new file with mode: 0644]
plsql/step0_repl.sql [new file with mode: 0644]
plsql/step1_read_print.sql [new file with mode: 0644]
plsql/types.sql [new file with mode: 0644]
plsql/wrap.sh [new file with mode: 0755]