pgpool-II中凡是涉及到SQL文解析的部分,都是拷贝了 PostgreSQL的 raw_parser来完成的。
而这时来自于 gram.y。
psql 使用 了 psqlscan.l 和 gram.y