plpgsql: testing via Makefile/Docker container.
authorJoel Martin <github@martintribe.org>
Thu, 31 Mar 2016 06:04:15 +0000 (01:04 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 3 May 2016 04:37:16 +0000 (23:37 -0500)
commit08e44c41d638678b593a137fea92cbfd46792acf
tree85da7b8f34c4afa517fe3469cf401bcf72143621
parentdf4c2c1a7d7ca0f12531cf10e5816fb1ddec5f00
plpgsql: testing via Makefile/Docker container.

- Add Dockerfile for an image with postgres installed that
  automatically starts the server when the docker image is started.
- Fix Unicode issue with keywords that caused "requested character too
  large for encoding: 670" when used with rebuilt docker image.
  Switched from 0x29e (670) to 0x7f (127) as the keyword string
  prefix.
- Add default PSQL user as "postgres" in wrap.sh
Makefile
plpgsql/Dockerfile [new file with mode: 0644]
plpgsql/Dockerfile-postgres [deleted file]
plpgsql/entrypoint.sh [new file with mode: 0755]
plpgsql/printer.sql
plpgsql/types.sql
plpgsql/wrap.sh