Skip to content

postgresql: Generate the functions in pg_catalog #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

kyleconroy
Copy link
Collaborator

@kyleconroy kyleconroy commented Jun 18, 2020

Connecting to a default instance of PostgreSQL, generate the complete
set of available functions in the pg_catalog schema.

This pull request is still a work in progress. Now that we have the complete set of functions that come included with PostgreSQL, we need to update the function resolution logic to pick the proper function. This is going to be a significant amount of work because functions in PostgreSQL can be overloaded based on parameter count and type.

For now, generate this is a different file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant