View Source WalEx.OidDatabase (WalEx v4.2.0)

Maps a numeric PostgreSQL type ID to a descriptive string.

Summary

Functions

Maps a numeric PostgreSQL type ID to a descriptive string.

Functions

Link to this function

name_for_type_id(type_id)

View Source

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"