Closed vishwajeetdabholkar closed 2 weeks ago
Updated the show_tables function to accept a table_schema parameter with a default value of "public". This allows show_table function in postgres tools file to be more dynamic.
show_tables
table_schema
Updated the
show_tables
function to accept atable_schema
parameter with a default value of "public". This allows show_table function in postgres tools file to be more dynamic.