postgresql/contrib/postgres_fdw
Tom Lane 7e22470471 Fix incorrect pattern-match processing in psql's \det command.
listForeignTables' invocation of processSQLNamePattern did not match up
with the other ones that handle potentially-schema-qualified names; it
failed to make use of pg_table_is_visible() and also passed the name
arguments in the wrong order.  Bug seems to have been aboriginal in commit
0d692a0dc9.  It accidentally sort of worked as long as you didn't
inquire too closely into the behavior, although the silliness was later
exposed by inconsistencies in the test queries added by 59efda3e50
(which I probably should have questioned at the time, but didn't).

Per bug #13899 from Reece Hart.  Patch by Reece Hart and Tom Lane.
Back-patch to all affected branches.
2016-01-29 10:28:02 +01:00
..
expected Fix incorrect pattern-match processing in psql's \det command. 2016-01-29 10:28:02 +01:00
sql Fix incorrect pattern-match processing in psql's \det command. 2016-01-29 10:28:02 +01:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Add missing quotation mark. 2016-01-28 12:21:51 -05:00
deparse.c postgres_fdw: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
option.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c postgres_fdw: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -05:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h postgres_fdw: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -05:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00