Any query I do through the proxy I get these types of error messages:
E0916 07:55:03.587681 16435 filter.go:42] syntax error at position 36
E0916 07:55:03.588476 16435 proxy.go:107] Connection #002 Do not meet the rules of the sql statement (SELECT * FROM pg_catalog.pg_tables;
As you can see it's a pretty simple select statement, I do notice that it adds a ( at the beginning of the select, on other systems it tacks on ! or #, not sure if we have a locale problem or not? My systems are on UTF-8.
Using Postgresql version 9.2.24 as source DB and psql client as the connecting client through proxy.
Any query I do through the proxy I get these types of error messages:
E0916 07:55:03.587681 16435 filter.go:42] syntax error at position 36 E0916 07:55:03.588476 16435 proxy.go:107] Connection #002 Do not meet the rules of the sql statement (SELECT * FROM pg_catalog.pg_tables;
As you can see it's a pretty simple select statement, I do notice that it adds a ( at the beginning of the select, on other systems it tacks on ! or #, not sure if we have a locale problem or not? My systems are on UTF-8.
Using Postgresql version 9.2.24 as source DB and psql client as the connecting client through proxy.