Changeset 4fec84d7e720f0a7c16c1db3c2ecab2e6a9266c7
- Timestamp:
- 05/14/08 13:33:56
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1210772036 +0000
- git-parent:
[5de3ee066898c7932e978dbe8224ca4e280635cb]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1210772036 +0000
- Message:
This table has uuid as well
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbce2dd5 |
r4fec84d |
|
| 38 | 38 | <check><![CDATA[ |
|---|
| 39 | 39 | INSERT INTO stratcon.loading_dock_check_s |
|---|
| 40 | | (remote_address, whence, sid, target, module, name) |
|---|
| | 40 | (remote_address, whence, sid, id, target, module, name) |
|---|
| 41 | 41 | VALUES ($1, 'epoch'::timestamptz + ($2 || ' seconds')::interval, |
|---|
| 42 | | stratcon.generate_sid_from_id($3), $4, $5, $6) |
|---|
| | 42 | stratcon.generate_sid_from_id($3), $3, $4, $5, $6) |
|---|
| 43 | 43 | ]]></check> |
|---|
| 44 | 44 | <status><![CDATA[ |
|---|