pub fn parse_regprocedure_name(
input: &str,
) -> Result<Option<ParsedRegprocedureName>>Expand description
Parse one routine-name string with either an omitted signature (regproc) or an exact signature (regprocedure). The caller owns the soft-error and cross-database policy because the two SQL input functions intentionally differ from ordinary DDL.