SQL for views - Mailing list pgadmin-support

From Michael Shapiro
Subject SQL for views
Date
Msg-id CAGCvxeYqRdnb9bHkHYqESYyj9ub23DcKx93nzNwPSTPhVUJ0PQ@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!
Next
From: Alex Williams
Date:
Subject: Re: Is pgadmin4 being developed at Microsoft?