• Robert Haas's avatar
    Make the OVER keyword unreserved. · 5893ffa7
    Robert Haas authored
    This results in a slightly less specific error message when OVER
    is used in a context where we don't accept window functions, but
    per discussion, it's worth it to get the benefit of not needing
    to reserve this keyword any more.  This same refactoring will
    also let us avoid reserving some other keywords that we expect
    to add in upcoming patches (specifically, IGNORE, RESPECT, and
    FILTER).
    
    Troels Nielsen, with minor changes by me
    5893ffa7
window.out 29.1 KB