Skip to content

Conversation

@guptapratykshh
Copy link

This PR fixes an incorrect function signature where GET_COLUMN_SIZE was using "get_column_size" instead of the correct PostgreSQL function name "pg_column_size". The fix updates line 144 to use pg_column_size, which matches PostgreSQL's standard function naming convention for database size functions.

Fixes #1248

@guptapratykshh
Copy link
Author

ping @robins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres Bug Fix - Incorrect Function Signatures for PostgresFunctionWithUnknownResult

1 participant