OSDN Git Service

Support ON CONFLICT in text plan output
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 26 Aug 2016 04:13:24 +0000 (13:13 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 26 Aug 2016 07:09:40 +0000 (16:09 +0900)
commit812df69739970b72dd8c98c4b4ba7551d8b24483
tree9913abaf695ea1e65f8f208ac4dbda98356cf15e
parent25c9032c19e72119526f628e1b7c26fe6350c9db
Support ON CONFLICT in text plan output

ON CONFLICT syntax yields some additional information. This commit
adds support for "Conflict Resolution", "Conflict Arbiter Indexes",
"Tuples Inserted", "Conflicting Tuples". "Conflict Filter" and "Rows
Removed by Conflict Filter" still are not shown in text plans by this
commit.
json2sql.pl
makeplanfile.sql
pgsp_json.c
pgsp_json_int.h
pgsp_json_text.c
pgsp_json_text.h