PostgreSQL转换过程代码

时间:2016-03-01 17:33:02

标签: postgresql relational-algebra parse-tree sql-parser

我需要解析SQL查询并形成关系代数树。目前我使用postgres内部解析器来解析查询。 (更具体地说,我在下面的链接中得到了第1步的结果)。

http://www.postgresql.org/docs/current/static/parser-stage.html

我正在寻找的是源代码或第二部分转换过程的实现。我搜索了一下但找不到它。

还有从sql查询中形成关系代数树的任何其他建议吗?

由于

1 个答案:

答案 0 :(得分:0)

我在记录选项中使用 debug_print_plan(boolean) 来打印执行计划。

http://www.postgresql.org/docs/9.1/static/runtime-config-logging.html