View Source WalEx.Postgres.OidDatabase (WalEx v2.1.1)
Summary
Functions
Maps a numeric PostgreSQL type ID to a descriptive string.
Functions
Maps a numeric PostgreSQL type ID to a descriptive string.
Examples
iex> name_for_type_id(1700)
"numeric"
iex> name_for_type_id(25)
"text"
iex> name_for_type_id(3802)
"jsonb"