[][src]Function pgx::wrappers::regtypein

pub fn regtypein(type_name: &str) -> Oid

A helper function for Postgres' regtypein function to lookup a type by a specific name

Returns the oid of the specified type name. Will panic if Postgres can't find the type