Fix the case when user table includes spaces.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 19 Jun 2015 16:39:44 +0000 (01:39 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 19 Jun 2015 16:58:04 +0000 (01:58 +0900)
commit033d574dffd8c17c82b0b709ca41decbe1dbca93
tree5f7c518b636a1ee72a9fd22a8272110f1cacbf00
parentdfeaca29bce9e927d688bbb11a5722ad9eea0888
Fix the case when user table includes spaces.

For example if table names including space are used (of course using
delimited identifier), pgpool-II cannot be handled correctly by the
internal functions which access system catalogs and it results in SQL
errors. Solution is, to always use delimited identifier. Per bug#136.
Also see [pgpool-general: 3818].
pool_process_query.c
pool_select_walker.c
pool_timestamp.c