WalEx.Adapters.Postgres.OidDatabase (WalEx v0.7.1) View Source

Link to this section Summary

Functions

Maps a numeric PostgreSQL type ID to a descriptive string.

Link to this section 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"