Difference between revisions of "Public.distpoller (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.distpoller |- |} {| border="1" cellpadding="5" cellspacing="0" style=...) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.distpoller | | public.distpoller | ||
− | |||
|} | |} | ||
− | + | === Columns === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 14: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| dpname | | dpname | ||
− | | | + | | varchar(12) |
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| dpip | | dpip | ||
− | | | + | | varchar(16) |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dpcomment | | dpcomment | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dpdisclimit | | dpdisclimit | ||
− | | | + | | numeric(5, 2) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dplastnodepull | | dplastnodepull | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dplasteventpull | | dplasteventpull | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dplastpackagepush | | dplastpackagepush | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dpadminstate | | dpadminstate | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| dprunstate | | dprunstate | ||
− | | | + | | integer |
| null | | null | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | pk_dpname | ||
+ | | dpname | ||
+ | |} | ||
− | + | === Detail Tables === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 90: | Line 88: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| dpname | | dpname | ||
| dpname | | dpname | ||
|} | |} |
Latest revision as of 10:24, 27 August 2011
wikibot[edit]
Table | public.distpoller |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
dpname | varchar(12) | not null | ||
dpip | varchar(16) | not null | ||
dpcomment | varchar(256) | null | ||
dpdisclimit | numeric(5, 2) | null | ||
dplastnodepull | timestamp with time zone | null | ||
dplasteventpull | timestamp with time zone | null | ||
dplastpackagepush | timestamp with time zone | null | ||
dpadminstate | integer | null | ||
dprunstate | integer | null |
Primary Key[edit]
Primary Key | Columns |
pk_dpname | dpname |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.node | dpname | dpname |