@@ -15,7 +15,7 @@ timestamp_val datetime(6) Yes true \N
1515timestamptz_val datetime(6) Yes true \N
1616interval_val text Yes true \N
1717bool_val boolean Yes true \N
18- bytea_val varbinary(2147483647) Yes true \N
18+ bytea_val text Yes true \N
1919inet_val text Yes true \N
2020cidr_val text Yes true \N
2121macaddr_val text Yes true \N
@@ -27,9 +27,9 @@ circle_val text Yes true \N
2727uuid_val text Yes true \N
2828
2929-- !select_all_types_null --
30- 1 32767 2147483647 9223372036854775807 9999999999999999999.9999999999 3.402823E38 1.797693134862316e+308 X 65535 1000000 1 years 2 mons 3 days 4 hours 5 mins 6.0 secs true 0xDEADBEEF 192.168.0.1/24 192.168.0.0/16 08:00:2b:01:02:03 {"key": "max", "array": [1, 2, 3]} {"key": "max", "array": [1, 2, 3]} (10.0,20.0) {1.0,-2.0,3.0} <(0.0,0.0),1.0> a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
31- 2 -32768 -2147483648 -9223372036854775808 -9999999999999999999.9999999999 -3.402823E38 -1.797693134862316e+308 A 0 0 4713-01-01T00:00 4713-01-01T08:00 -178000000 years 0 mons 0 days 0 hours 0 mins 0.0 secs false 0x 0.0.0.0 0.0.0.0/0 00:00:00:00:00:00 {"key": "min"} {"key": "min"} (0.0,0.0) {1.0,1.0,0.0} <(0.0,0.0),0.0> 00000000-0000-0000-0000-000000000000
32- 3 0 0 0 0E-10 0.0 0 0 0 0 years 0 mons 0 days 0 hours 0 mins 0.0 secs false 0x ::1 ::1/128 00:00:00:00:00:00 {} {} (0.0,0.0) {1.0,1.0,0.0} <(0.0,0.0),0.0> 00000000-0000-0000-0000-000000000000
30+ 1 32767 2147483647 9223372036854775807 9999999999999999999.9999999999 3.402823E38 1.797693134862316e+308 X 65535 1000000 1 years 2 mons 3 days 4 hours 5 mins 6.0 secs true \\xdeadbeef 192.168.0.1/24 192.168.0.0/16 08:00:2b:01:02:03 {"key": "max", "array": [1, 2, 3]} {"key": "max", "array": [1, 2, 3]} (10.0,20.0) {1.0,-2.0,3.0} <(0.0,0.0),1.0> a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
31+ 2 -32768 -2147483648 -9223372036854775808 -9999999999999999999.9999999999 -3.402823E38 -1.797693134862316e+308 A 0 0 4713-01-01T00:00 4713-01-01T08:00 -178000000 years 0 mons 0 days 0 hours 0 mins 0.0 secs false \\x 0.0.0.0 0.0.0.0/0 00:00:00:00:00:00 {"key": "min"} {"key": "min"} (0.0,0.0) {1.0,1.0,0.0} <(0.0,0.0),0.0> 00000000-0000-0000-0000-000000000000
32+ 3 0 0 0 0E-10 0.0 0 0 0 0 years 0 mons 0 days 0 hours 0 mins 0.0 secs false \\x ::1 ::1/128 00:00:00:00:00:00 {} {} (0.0,0.0) {1.0,1.0,0.0} <(0.0,0.0),0.0> 00000000-0000-0000-0000-000000000000
33334 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N
3434
3535-- !select_all_types_multi_block --
0 commit comments