1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
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
8e266c1805 plpgsql: restructure I/O to allow input in command mode. 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