
Postgres
Supported Fields
π·οΈ Array
#οΈβ£ Bigint
π Bit
βοΈ Boolean
π Composite
π Date
π Daterange
π Domain
π Enum
ποΈ Foreign Key
#οΈβ£ Geometric
#οΈβ£ Integer
#οΈβ£ Interval
ποΈJson
π± Money
π Network
#οΈβ£ Numeric
β±οΈ Range
π Text
π Textsearch
β±οΈ Time
β±οΈ Timestamp
π Uuid
ποΈ XML
Binary
Things to Keep in Mind
During Setup
All Postgres tables must have a primary key We use the primary key to keep your data in sync. See Postgres snippets for additional detail.
Primary keys must be auto-generated Make sure your primary keys are generated by your database (i.e. have a default value). See Postgres snippets for additional detail.
Double-check that the Postgres account you use with Whalesync has access to the tables you want to map.
After Setup
Renaming schema, tables, or columns will break Whalesync mappings If you rename a table or column, you'll need to remap the impacted table/column in Whalesync. Note - remapping an impacted table will lead to duplicates unless you reset your data as well.
Handy Tips
Last updated
Was this helpful?