Skip to content

Home > extract-pg-schema > ViewDetails

ViewDetails interface

View in a schema.

Signature:

typescript
export interface ViewDetails extends PgType<"view">

Extends: PgType<"view">

Properties

Property

Modifiers

Type

Description

columns

ViewColumn[]

Columns in the view.

definition

string

The SQL definition of the view.

informationSchemaValue

InformationSchemaView

Information schema value for the view.

options

{ checkOption: "local" | "cascaded" | null; securityBarrier: boolean; securityInvoker: boolean; }

View options