Skip to content

Using Function Filters for Stored Procedures with Predicate Pushdown #2087

Discussion options

You must be logged in to vote

To be able to push down filters, the function needs to be inlined. PostgreSQL has a number of requirements for a function to be able to be inlined, see here: https://wiki.postgresql.org/wiki/Inlining_of_SQL_functions#Inlining_conditions_for_table_functions

In short: Yes, it should be possible.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@robertsosinski
Comment options

@wolfgangwalther
Comment options

@robertsosinski
Comment options

Answer selected by robertsosinski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants