1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00
Files
postgres/doc
Tom Lane aad87e3f25 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:26 -05:00
..
2013-10-07 23:13:47 -04:00
2011-03-28 22:56:52 +03:00
2008-08-21 20:15:31 +00:00