Skip to content

Home > extract-pg-schema > InformationSchemaView > is_insertable_into

InformationSchemaView.is_insertable_into property

YES if the table is insertable into, NO if not (Base tables are always insertable into, views not necessarily.)

Signature:

typescript
is_insertable_into: YesNo;