(completer, executor)
| 101 | |
| 102 | @refresher("schemata") |
| 103 | def refresh_schemata(completer, executor): |
| 104 | completer.set_search_path(executor.search_path()) |
| 105 | completer.extend_schemata(executor.schemata()) |
| 106 | |
| 107 | |
| 108 | @refresher("tables") |
nothing calls this directly
no test coverage detected