Skip to main content

show_sql

Function show_sql 

Source
fn show_sql(cmd: &ShowCommand) -> String
Expand 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.