Difference between revisions of "Pdm load"

From SDU
Jump to: navigation, search
Line 2: Line 2:
 
Use pdm_load to load information directly into the database and bypass the GUIs.  
 
Use pdm_load to load information directly into the database and bypass the GUIs.  
  
Usage: pdm_load -f [filename] [-a] [-c] [-e] [-h] [-i] [-m] [-v] [-r] [-u] [-x]
+
== Usage ==
 
+
pdm_load -f [filename] [-a] [-c] [-e] [-h] [-i] [-m] [-v] [-r] [-u] [-x]
 
+
<br>
 
{|
 
{|
 
|-
 
|-
Line 10: Line 10:
 
! Description
 
! Description
 
! Remarks
 
! Remarks
 +
|-
 +
| -a
 +
| update all matching data
 +
|
 +
|-
 +
| -c
 +
| check only, no change to data
 +
|
 +
|-
 +
| -e
 +
| treat escapes literally
 +
|
 +
|-
 +
| -h
 +
| help
 +
|
 +
|-
 +
| -i
 +
| insert only
 +
|
 +
|-
 +
| -m
 +
| notify domsrvr of mass update
 +
|
 +
|-
 +
| -v
 +
| verbose
 +
|
 +
|-
 +
| -r
 +
| remove
 +
|
 +
|-
 +
| -u
 +
| update only
 +
|
 +
|-
 +
| -x
 +
| use locale sensitive numeric input formats
 +
|
 
|-
 
|-
 
|}
 
|}
  
 
+
== Example ==
-a update all matching data
+
-c check only, no change to data
+
-e treat escapes litterally
+
-h help
+
-i insert only
+
-m notify domsrvr of mass update
+
-v verbose
+
-r remove
+
-u update only
+
-x use locale sensitive numeric input formats
+

Revision as of 00:35, 17 January 2008

Use pdm_load to load information directly into the database and bypass the GUIs.

Usage

pdm_load -f [filename] [-a] [-c] [-e] [-h] [-i] [-m] [-v] [-r] [-u] [-x]

Command Description Remarks
-a update all matching data
-c check only, no change to data
-e treat escapes literally
-h help
-i insert only
-m notify domsrvr of mass update
-v verbose
-r remove
-u update only
-x use locale sensitive numeric input formats

Example