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