Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgres_fdw.sql

  • Tom Lane's avatar
    56251f39
    Fix incorrect pattern-match processing in psql's \det command. · 56251f39
    Tom Lane authored
    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
    0d692a0d.  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 59efda3e
    (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.
    56251f39
    History
    Fix incorrect pattern-match processing in psql's \det command.
    Tom Lane authored
    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
    0d692a0d.  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 59efda3e
    (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.