-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
query ITITT | ||
SELECT oid, typname, typelem, typnotnull, typtype, typinput FROM pg_catalog.pg_type order by oid; | ||
---- | ||
16 bool 0 f b boolin | ||
17 bytea 0 f b byteain | ||
20 int8 0 f b int8in | ||
21 int2 0 f b int2in | ||
23 int4 0 f b int4in | ||
25 text 0 f b textin | ||
700 float4 0 f b float4in | ||
701 float8 0 f b float8in | ||
1043 varchar 0 f b varcharin | ||
1082 date 0 f b date_in | ||
1083 time 0 f b time_in | ||
1114 timestamp 0 f b timestamp_in | ||
1184 timestamptz 0 f b timestamptz_in | ||
1186 interval 0 f b interval_in | ||
1301 rw_int256 0 f b rw_int256_in | ||
1700 numeric 0 f b numeric_in | ||
3802 jsonb 0 f b jsonb_in | ||
16 bool 0 f b boolin | ||
17 bytea 0 f b byteain | ||
20 int8 0 f b int8in | ||
21 int2 0 f b int2in | ||
23 int4 0 f b int4in | ||
25 text 0 f b textin | ||
700 float4 0 f b float4in | ||
701 float8 0 f b float8in | ||
1000 _bool 16 f b array_in | ||
1001 _bytea 17 f b array_in | ||
1005 _int2 21 f b array_in | ||
1015 _varchar 1043 f b array_in | ||
1016 _int8 20 f b array_in | ||
1021 _float4 700 f b array_in | ||
1022 _float8 701 f b array_in | ||
1043 varchar 0 f b varcharin | ||
1082 date 0 f b date_in | ||
1083 time 0 f b time_in | ||
1114 timestamp 0 f b timestamp_in | ||
1115 _timestamp 1114 f b array_in | ||
1182 _date 1082 f b array_in | ||
1183 _time 2083 f b array_in | ||
1184 timestamptz 0 f b timestamptz_in | ||
1185 _timestamptz 1184 f b array_in | ||
1186 interval 0 f b interval_in | ||
1187 _interval 1186 f b array_in | ||
1231 _numeric 1700 f b array_in | ||
1301 rw_int256 0 f b rw_int256_in | ||
1700 numeric 0 f b numeric_in | ||
3802 jsonb 0 f b jsonb_in | ||
3807 _jsonb 3802 f b array_in |