Skip to content

Home > extract-pg-schema > InformationSchemaView > is_trigger_insertable_into

InformationSchemaView.is_trigger_insertable_into property

YES if the view has an INSTEAD OF INSERT trigger defined on it, NO if not

Signature:

typescript
is_trigger_insertable_into: YesNo;