Skip to content
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

Are Postgres UDFs with PL/pgSQL supported? #1398

Open
aleclarson opened this issue Nov 5, 2024 · 0 comments
Open

Are Postgres UDFs with PL/pgSQL supported? #1398

aleclarson opened this issue Nov 5, 2024 · 0 comments

Comments

@aleclarson
Copy link

I asked this over in the Slack, but I figured it would be better to have it answered/tracked here.

All of my queries are pre-defined with CREATE FUNCTION and LANGUAGE plpgsql.

So I'm basically doing SELECT my_func($1, $2) over and over with varying function names and parameter counts.

My guess is the main blocker here is PL/pgSQL, but it's also possible that Readyset doesn't try to “look inside” UDFs at all.

Note: I haven't tried it myself yet.

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

No branches or pull requests

1 participant