View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000818 | Pgpool-II | Bug | public | 2023-11-15 18:09 | 2023-11-27 09:41 |
| Reporter | garyqiu | Assigned To | pengbo | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | feedback | Resolution | open | ||
| Product Version | 4.4.3 | ||||
| Summary | 0000818: pgpool generate warn mesage Unable to parse the query | ||||
| Description | Hi Support I am using edb-pgpool44-4.4.3-1.el8.x86_64 as a front-end and edb-as14-server-14.9.1-1.el8.x86_64 as back-end. Now we have a problem: 1. pgpool log generate many wan message 'Unable to parse the query' , even we are creating a table with one column for testing but actually that sql statement is right and DB can return query result 2. pgpool also reports this error when user login by pgadmin 3. current log level is default(#log_min_messages = warning ) 4. I also find there are some users have same problem on google. Could you help to review and help on this? Thanks Gary | ||||
| Steps To Reproduce | 1. connect with pgadmin(version 7) 2. pgpool log file will generate a warn message something like Unable to parse the query | ||||
| Tags | No tags attached. | ||||
|
|
> I am using edb-pgpool44-4.4.3-1.el8.x86_64 as a front-end and edb-as14-server-14.9.1-1.el8.x86_64 as back-end. It seems your are using pgpool provided by EDB. If possible, could you try using Pgpool-II provided by the Pgpool-II development community to see if the same issue occurs? Could you enable "log_per_node_statement = on" to log all statements and share the log? |