Difference between revisions of "Public.distpoller (table)"

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== 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 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| pk_dpname
 
 
|  
 
|  
 
|-
 
|-
Line 29: Line 28:
 
| varchar(16)
 
| varchar(16)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 36: Line 34:
 
| varchar(256)
 
| varchar(256)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 43: Line 40:
 
| numeric(5, 2)
 
| numeric(5, 2)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 50: Line 46:
 
| timestamp with time zone
 
| timestamp with time zone
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 57: Line 52:
 
| timestamp with time zone
 
| timestamp with time zone
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 64: Line 58:
 
| timestamp with time zone
 
| timestamp with time zone
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 71: Line 64:
 
| integer
 
| integer
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 78: Line 70:
 
| integer
 
| integer
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| 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"

Revision as of 09:31, 11 February 2010

wikibot

Table public.distpoller


Columns

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

Primary Key Columns
pk_dpname dpname

Detail Tables

Detail Table Column Referencing Column
public.node dpname dpname