WalEx.OidDatabase (WalEx v4.6.0)

View Source

Maps a numeric PostgreSQL type ID to a descriptive string.

Summary

Functions

Maps a numeric PostgreSQL type ID to a descriptive string.

Functions

name_for_type_id(type_id)

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"