Multiple incorrect function signatures exists in ast/PostgresFunctionWithUnknownResult.java.
One such example is GET_COLUMN_SIZE("get_column_size", PostgresDataType.INT, PostgresDataType.TEXT); on line 144, which should instead be pg_column_size.
Reactions are currently unavailable
Multiple incorrect function signatures exists in ast/PostgresFunctionWithUnknownResult.java.
One such example is GET_COLUMN_SIZE("get_column_size", PostgresDataType.INT, PostgresDataType.TEXT); on line 144, which should instead be pg_column_size.