view without definition in information_schema.Views - Mailing list pgsql-novice

From Hans Ginzel
Subject view without definition in information_schema.Views
Date
Msg-id 48726238f88a2d015c3e63b4b4cccf4b@artax.karlin.mff.cuni.cz
Whole thread Raw
Responses Re: view without definition in information_schema.Views  (amul sul <sul_amul@yahoo.co.in>)
List pgsql-novice
Hello!

I realised that there are views in information_schema.Views without
definition but \d+ psql command shows the definition. Where does the
definition live, please?

SELECT    *
FROM    information_schema.Views
WHERE    Table_Schema NOT IN ('pg_catalog', 'information_schema')
    AND View_Definition IS NULL
LIMIT    10;

Regards
Hans Ginzel



pgsql-novice by date:

Previous
From: Stefano Mioli
Date:
Subject: Locking issues under transaction
Next
From: amul sul
Date:
Subject: Re: view without definition in information_schema.Views