Changeset efff2d97f875ae97b5b8083173c63b45af7e29df
- Timestamp:
- 10/01/09 19:12:52
(4 years ago)
- Author:
- Denish Patel <denish@omniti.com>
- git-committer:
- Denish Patel <denish@omniti.com> 1254424372 +0000
- git-parent:
[176662823c617f275f16583569d617151ef34731]
- git-author:
- Denish Patel <denish@omniti.com> 1254424372 +0000
- Message:
added stratcon.window_robust_derive
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1766628 |
refff2d9 |
|
| 113 | 113 | end |
|---|
| 114 | 114 | $BODY$ |
|---|
| 115 | | LANGUAGE 'plpgsql' SECURITY DEFINER;; |
|---|
| | 115 | LANGUAGE 'plpgsql' SECURITY DEFINER; |
|---|
| 116 | 116 | |
|---|
| 117 | 117 | GRANT EXECUTE ON FUNCTION stratcon._fetch_varset(integer, text, timestamp with time zone, timestamp with time zone, integer) TO stratcon; |
|---|