git.postgresql.org Git - postgresql.git/commit
2008年12月31日 02:25:06 +0000 (02:25 +0000)
2008年12月31日 02:25:06 +0000 (02:25 +0000)
commit 26ce4e85a1605326f29e3cb0cc715ddf522a753a
Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,
so that user-defined window functions are possible. For the moment you'll
have to write them in C, for lack of any interface to the WindowObject API
in the available PLs, but it's better than no support at all.
There was some debate about the best syntax for this. I ended up choosing
the "it's an attribute" position --- the other approach will inevitably be
more work, and the likely market for user-defined window functions is
probably too small to justify it.
This is the main PostgreSQL git repository.
RSS
Atom