pub fn name(oid: u32) -> Option<&'static str>Expand description
Returns the text that regproc OID oid renders as, or None when no
builtin function has that OID.
PostgreSQL renders an unmatched OID in decimal and OID 0 as -. Neither is
in NAMES, so callers handle both.