Skip to content

postgresql: Generate the functions in pg_catalog#550

Merged
kyleconroy merged 1 commit intomasterfrom
generate-pg-catalog-funcs
Jul 28, 2020
Merged

postgresql: Generate the functions in pg_catalog#550
kyleconroy merged 1 commit intomasterfrom
generate-pg-catalog-funcs

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