Vous pouvez peut-être trouver quelque chose en parcourant la documentation de Npgsql, qui est une implémentation d'un fournisseur de données .NET pour PostgreSQL.
Cette page de la documentation contient en fait un tableau complet de ce que vous recherchez. Recherchez "4. Statut Npgsql actuel" - "Types de données pris en charge". Il y a un joli tableau avec tous les types de données PostgreSQL et leurs correspondants dans .NET.
Postgresql NpgsqlDbType System.DbType Enum .Net System Type ---------- ------------ ------------------ ---------------- int8 Bigint Int64 Int64 bool Boolean Boolean Boolean bytea Bytea Binary Byte[] date Date Date DateTime float8 Double Double Double int4 Integer Int32 Int32 money Money Decimal Decimal numeric Numeric Decimal Decimal float4 Real Single Single int2 Smallint Int16 Int16 text Text String String time Time Time DateTime timetz Time Time DateTime timestamp Timestamp DateTime DateTime timestamptz TimestampTZ DateTime DateTime interval Interval Object TimeSpan varchar Varchar String String inet Inet Object IPAddress bit Bit Boolean Boolean uuid Uuid Guid Guid array Array Object Array