This is more consistent with what we do elsewhere, and hopefully avoids
creating the perception that current_schemas takes no arguments.
As suggested by Brendan Jurd
The current effective value of the search path can be examined
- current_schemas()>
+ current_schemas>
(see ).
This is not quite the same as
examining the value of search_path, since
- current_schemas()> shows how the items
+ current_schemas> shows how the items
appearing in search_path were resolved.