View Text v1

Description

This page shows the text of a single view (of any type).

Columns

Name Type
schema_id int8
schema varchar
view_id int8
view varchar
view_text varchar

Column Descriptions

schema_id

The schema ID. This column is emitted in CSV exports only.

schema

The schema name.

view_id

The view ID. This column is emitted in CSV exports only.

Surprisingly, view IDs turn out to be unique across all databases.

view

The view name.

view_text

The view text.