Difference between revisions of "Public.outages (table)"
Line 106: | Line 106: | ||
| ifserviceid | | ifserviceid | ||
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_ipaddr_idx |
| | | | ||
− | | | + | | ipaddr |
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_nodeid_idx |
| | | | ||
− | | | + | | nodeid |
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_nodeid_ipaddr_svc_idx |
| | | | ||
− | | serviceid | + | | nodeid, ipaddr, serviceid |
|- valign="top" | |- valign="top" | ||
| outages_regainedservice_idx | | outages_regainedservice_idx | ||
Line 122: | Line 122: | ||
| ifregainedservice | | ifregainedservice | ||
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_serviceid_idx |
| | | | ||
− | | | + | | serviceid |
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_svclostid_idx |
| | | | ||
− | | | + | | svclosteventid |
|- valign="top" | |- valign="top" | ||
− | | | + | | outages_svcregainedid_idx |
| | | | ||
− | | | + | | svcregainedeventid |
|} | |} | ||
Revision as of 10:09, 27 August 2011
Contents
wikibot
Table | public.outages |
Columns
Column | Data Type | Nullable | Default | Description |
outageid | integer | not null | ||
svclosteventid | integer | null | ||
svcregainedeventid | integer | null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
serviceid | integer | not null | ||
iflostservice | timestamp with time zone | not null | ||
ifregainedservice | timestamp with time zone | null | ||
suppresstime | timestamp with time zone | null | ||
suppressedby | varchar(256) | null | ||
ifserviceid | integer | not null |
Primary Key
Primary Key | Columns |
pk_outageid | outageid |
Indexes
Index | Type | Columns |
outages_ifservivceid_idx | ifserviceid | |
outages_ipaddr_idx | ipaddr | |
outages_nodeid_idx | nodeid | |
outages_nodeid_ipaddr_svc_idx | nodeid, ipaddr, serviceid | |
outages_regainedservice_idx | ifregainedservice | |
outages_serviceid_idx | serviceid | |
outages_svclostid_idx | svclosteventid | |
outages_svcregainedid_idx | svcregainedeventid |
Foreign Keys
Relation | Column | Referenced Column |
public.events | svclosteventid | eventid |
public.events | svcregainedeventid | eventid |
public.node | nodeid | nodeid |
public.service | serviceid | serviceid |
public.ifservices | nodeid | nodeid |
public.ifservices | ifserviceid | id |
Triggers
Trigger | Type | Function |
setifservicekeysoninserttrigger | ROW BEFORE INSERT | setifservicekeysoninsert |
setifservicekeysonupdatetrigger | ROW BEFORE UPDATE | setifservicekeysonupdate |
Dependencies
Reference Type | Object Type | Referencing Object |
Select | Function | public.getoutagetimeinwindow |