view without definition in information_schema.Views
От
Hans Ginzel
Тема
view without definition in information_schema.Views
Дата
Msg-id
48726238f88a2d015c3e63b4b4cccf4b@artax.karlin.mff.cuni.cz
Список
Дерево обсуждения
view without definition in information_schema.Views Hans Ginzel <hans@matfyz.cz>
Re: view without definition in information_schema.Views amul sul <sul_amul@yahoo.co.in>
Re: view without definition in information_schema.Views Hans Ginzel <hans@matfyz.cz>
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 по дате отправления