- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit5849b6e
committed
Fix incorrect pattern-match processing in psql's \det command.
listForeignTables' invocation of processSQLNamePattern did not match upwith the other ones that handle potentially-schema-qualified names; itfailed to make use of pg_table_is_visible() and also passed the namearguments in the wrong order. Bug seems to have been aboriginal in commit0d692a0. It accidentally sort of worked as long as you didn'tinquire too closely into the behavior, although the silliness was laterexposed by inconsistencies in the test queries added by59efda3(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.1 parent280d05c commit5849b6e
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4243 | 4243 |
| |
4244 | 4244 |
| |
4245 | 4245 |
| |
4246 |
| - | |
| 4246 | + | |
| 4247 | + | |
4247 | 4248 |
| |
4248 | 4249 |
| |
4249 | 4250 |
| |
|
0 commit comments
Comments
(0)