Files
postgresql/src
Tom Lane 352ab596fa Prevent creating window functions with default arguments.
Insertion of default arguments doesn't work for window functions, which is
likely to cause a crash at runtime if the implementation code doesn't check
the number of actual arguments carefully.  It doesn't seem worth working
harder than this for pre-9.2 branches.
2013-11-06 13:32:30 -05:00
..
2013-10-07 16:12:32 -04:00
2013-10-07 23:12:23 -04:00