PostgreSQL import

Further options can be selected for the import of a PostgreSQL table.

Option Description / Example
-postgresqlindex

This parameter defines the index that is used for the import.

Example:

-postgresqlindex=IDX2

-postgresqldefaultlength

This parameter specifies the length of a field for which the import cannot determine a length.

Example:

-postgresqldefaultlength=200

The default value is 100.

-postgresqldimocc

When importing array types, this parameter can be used to define the maximum occurrence for the individual dimensions of the array (up to 5 dimensions).

Example:

-postgresqldimocc=10,20,30,40,50