Hi All, For one use case I want to connect to external postgreSQL database from HAWQ PL/Python procedure. I use python psycopg2 library. Remote postgreSQL server reject connecion from HAWQ with this error : FATAL unsupported frontend protocol 28675.0: server supports 1.0 to 3.0. The same python code is running well from OS level.
I wonder if it is HAWQ or PostgreSQL PL/Python interpreter related issiue. Any help or pointers would be great. Dominik
