fn show_sql(cmd: &ShowCommand) -> StringExpand description
Reconstruct a single SHOW statement from the parsed variant. Used by the
pgwire dispatcher so a multi-statement query (SHOW SOURCES; SHOW SINKS)
re-executes only the matching statement, not the whole input string.