Name: | view1 |
Owner: | postgres |
Has rules: | |
Has Triggers: | |
Comment: | example view |
Name | Type | Length | |
|
?column? | int4 | -1 |
Name | Type | Instead | |
|
view1_ondelete | DELETE |
|
CREATE VIEW view1 AS
SELECT 1 FROM pg_index;
ALTER TABLE public.view1 OWNER TO postgres;
See Also
List of views