pgtap icon indicating copy to clipboard operation
pgtap copied to clipboard

Add is_window() and isnt_window()

Open rodo opened this issue 8 years ago • 2 comments

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()

Ref : https://www.postgresql.org/docs/9.1/static/tutorial-window.html

@theory what about the names is_window() and isnt_window() ?

rodo avatar Jun 30 '16 09:06 rodo

Want to make a PR, @rodo?

theory avatar Nov 06 '17 23:11 theory

yes sure, I'll work on it for the 0.99 version !

rodo avatar Nov 07 '17 09:11 rodo