Changeset 87e2e42dc13b0cfe0cfafcbc70430174c89a04a1
- Timestamp:
- 05/12/08 15:05:32
(5 years ago)
- Author:
- Denish Patel <denish@omniti.com>
- git-committer:
- Denish Patel <denish@omniti.com> 1210604732 +0000
- git-parent:
[69db8eb9c49a9d2c4427e7001aa0baa803248de8]
- git-author:
- Denish Patel <denish@omniti.com> 1210604732 +0000
- Message:
fixed 20m rollup function and table.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r69db8eb |
r87e2e42 |
|
| 452 | 452 | FROM stratcon.rollup_matrix_numeric_5m |
|---|
| 453 | 453 | WHERE rollup_time<= v_min_whence AND rollup_time > v_min_whence -'20 minutes'::interval |
|---|
| 454 | | GROUP BY rollup_time,sid,name |
|---|
| | 454 | GROUP BY sid,name |
|---|
| 455 | 455 | |
|---|
| 456 | 456 | LOOP |
|---|