Online Documentation for Data Pump for PostgreSQL
Target field properties
The Target object definition area of Step 5 allows you to view and edit the target field properties:
Name - specifies the field name
Type - use the drop-down list of data types supported by PostgreSQL to select the one you wish to be applied to the currently selected field
Size - set the size of the field (for string types)
Scale - specify the scale for the field values (if available for the selected data type)
Default value - enter the value that inserted records will get by default (if necessary)
Comment
If necessary, add a comment for the object.
Not NULL - determines nullability for the field (whether the field is NULL / NOT NULL)
<< Back to editing target objects