'TypeORM Deferrable Primary Key with Postgres

I am using TypeORM with Postgres. I see against RelationOptions it is possible to set the FK to deferrable, is there any option to set the same against the primary key ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source