view without definition in information_schema.Views

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

Предыдущее
От: Stefano Mioli
Дата:
Сообщение: Locking issues under transaction
Следующее
От: amul sul
Дата:
Сообщение: Re: view without definition in information_schema.Views