Table of Contents

Search

  1. Preface
  2. Introduction to PostgreSQL Connector
  3. Connections for PostgreSQL
  4. Mappings and mapping tasks with PostgreSQL Connector
  5. PostgreSQL objects in mapping tasks
  6. Lookup transformation
  7. SQL transformation
  8. Migrating a mapping
  9. PostgreSQL SQL ELT optimization
  10. Data type reference

PostgreSQL Connector

PostgreSQL Connector

Rules and guidelines for data types

Rules and guidelines for data types

Consider the following rules and guidelines for PostgreSQL data types:
  • The default precision for reading
    or writing
    string, text, or bytea data types is 32,000. If you configure a mapping to read
    or write
    data with the text, string, or bytea data types whose precision is more than 32,000, you must manually increase the precision of these data types in the mapping accordingly.
  • Citext data type is considered as case-sensitive text in the following scenarios:
    • When you configure a cached lookup and you define the lookup condition for the column of the Citext data type.
    • When you configure an Expression transformation for a column of the Citext data type.

0 COMMENTS

We’d like to hear from you!