We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add functions to detect if a function is defined as window function or not. These functions will work same as is_definer() and is_aggregate()
window function
is_definer()
is_aggregate()
Ref : https://www.postgresql.org/docs/9.1/static/tutorial-window.html
@theory what about the names is_window() and isnt_window() ?
is_window()
isnt_window()
The text was updated successfully, but these errors were encountered:
Want to make a PR, @rodo?
Sorry, something went wrong.
yes sure, I'll work on it for the 0.99 version !
No branches or pull requests
Add functions to detect if a function is defined as
window function
or not. These functions will work same asis_definer()
andis_aggregate()
Ref : https://www.postgresql.org/docs/9.1/static/tutorial-window.html
@theory what about the names
is_window()
andisnt_window()
?The text was updated successfully, but these errors were encountered: