Function pg_get_viewdef_pretty

Source
fn pg_get_viewdef_pretty(
    oid: i32,
    _pretty: bool,
    writer: &mut impl Write,
) -> Result<()>