mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 15:50:44 -05:00
EXPLAIN generally only adds schema qualifications to table names when
VERBOSE is specified. In postgres_fdw's "Relations" output, table
names were always so qualified, but that was an implementation
restriction: in the original coding, we didn't have access to the
verbose flag at the time the string was generated. After the code
rearrangement of commit
|
||
|---|---|---|
| .. | ||
| postgres_fdw.out | ||