Added page with the types (no details yet)

This commit is contained in:
eelke 2021-04-01 14:58:42 +02:00
parent bdef76ed8a
commit 4c175d8c2c
16 changed files with 418 additions and 11 deletions

View file

@ -12,7 +12,10 @@ void operator<<(TypCategory &s, const Pgsql::Value &v)
case 'B':
s = TypCategory::Boolean;
break;
case 'D':
case 'C':
s = TypCategory::Composite;
break;
case 'D':
s = TypCategory::DateTime;
break;
case 'E':