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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.distpoller |- |} {| border="1" cellpadding="5" cellspacing="0" style=...)
 
Line 20: Line 20:
 
|-
 
|-
 
| dpname
 
| dpname
|  
+
| varchar(12)
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| dpip
 
| dpip
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| dpcomment
 
| dpcomment
|  
+
| varchar(256)
 
| null
 
| null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| dpdisclimit
 
| dpdisclimit
|  
+
| numeric(5, 2)
 
| null
 
| null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| dplastnodepull
 
| dplastnodepull
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| dplasteventpull
 
| dplasteventpull
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| dplastpackagepush
 
| dplastpackagepush
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| dpadminstate
 
| dpadminstate
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 76: Line 76:
 
|-
 
|-
 
| dprunstate
 
| dprunstate
|  
+
| integer
 
| null
 
| null
 
|  
 
|  

Revision as of 15:42, 7 August 2009

wikibot

Table public.distpoller


Column Data Type Nullable Default PK Index
dpname varchar(12) not null pk_dpname
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


Detail Table Column Referencing Column
public.node dpname dpname