SQL for views

Поиск
Список
Период
Сортировка
От Michael Shapiro
Тема SQL for views
Дата
Msg-id CAGCvxeYqRdnb9bHkHYqESYyj9ub23DcKx93nzNwPSTPhVUJ0PQ@mail.gmail.com
обсуждение исходный текст
Список pgadmin-support
How does PgAdmin extract the sql for a view? 

If I run 
   select definition from pg_catalog.pg_views where viewname = 'xxx' and schemaname='yyy'

the tables in the FROM clauses may or may not be fully qualified, depending on the current search_path. If the search_path includes the schema for a table, that table will not be fully qualified

PgAdmin seems to be able to always make sure that the tables are fully qualified. How does it do that?

В списке pgadmin-support по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!
Следующее
От: Alex Williams
Дата:
Сообщение: Re: Is pgadmin4 being developed at Microsoft?