Driving String to retrieve Postgres sequence for your unique ID column

Include this in the table driver string in the dictionary or can be added for a table using SEND()

/AUTOINC=‘SELECT currval(’‘category_sysid_seq’’)’

Obviously, replace category_sysid_seq with your actual sequence name.