New SPLIT statement.
authorMarko Kreen <markokr@gmail.com>
Tue, 10 Nov 2009 13:19:27 +0000 (13:19 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 10 Nov 2009 13:19:27 +0000 (13:19 +0000)
commit93c7e5f50d110502c39a145b57f0ac7fffbea432
tree7ef2f342efd8261a30c0c99173a9a4e06ebe5295
parent35bf4d42eebe3a5a6735db8a2a901cdf1b223fb2
New SPLIT statement.

It will split incoming array(s) into per-partition arrays.

Roughly based on design here:

  http://lists.pgfoundry.org/pipermail/plproxy-users/2008-June/000093.html

Written by Martin Pihlak
14 files changed:
Makefile
doc/syntax.txt
doc/todo.txt
expected/plproxy_split.out [new file with mode: 0644]
sql/plproxy_split.sql [new file with mode: 0644]
src/cluster.c
src/execute.c
src/function.c
src/main.c
src/parser.y
src/plproxy.h
src/query.c
src/scanner.l
src/type.c