Joel Martin
a821cd7204
Fix unescaping in c, coffee, crystal, haxe, plpgsql and r.
2017-09-28 07:40:47 -05:00
Joel Martin
494792abe4
plpgsql: schema namespaces. refactor IO.
...
- move each file to a schema namespace. Don't recreate DB, just the
schemas. This is much faster and avoids the error about user still
using the DB when recreating the DB.
- combine RUN and MAIN_LOOP into MAIN routine.
- add open column to streams table
- close stream 1 in MAIN
2016-05-02 23:37:16 -05:00
Joel Martin
4facce82c4
plpgsql: remove type table. Fix slurp.
...
- Use COPY FROM PROGRAM to invoke sed to double backslashes before
reading into the table.
2016-05-02 23:37:16 -05:00
Joel Martin
b642c0db34
plpgsql: refactor/remove collection table. Add seq/conj.
2016-05-02 23:37:16 -05:00
Joel Martin
97c0256db7
plpgsql: stepA, hash-maps, metadata.
2016-05-02 23:37:16 -05:00
Joel Martin
53105a7728
plpgsql: IO using stream table. Add keywords.
2016-05-02 23:37:16 -05:00
Joel Martin
b29f08ad80
plpgsql: add steps7-9
2016-05-02 23:37:15 -05:00
Joel Martin
5340418b47
plpgsql: steps 4-6.
2016-05-02 23:37:15 -05:00
Joel Martin
adc5b4fb54
plpgsql (Postgres PL/pgSQL): steps 0-3.
2016-05-02 23:37:15 -05:00