statement.execute("ATTACH 'dbname=testdb user=postgres host=192.168.40.132 port=5432 password=12345678' AS testdb (TYPE POSTGRES, READ_ONLY)"); System.out.println("OK"); } This test works fine with Duckdb 1.0.0. This test works fine on Linux(X86) platform. Such statement works fine with...