Skip to content

Commit 2d88f0f

Browse files
authored
Update deps/system_type_map.jl
1 parent 8b249e4 commit 2d88f0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deps/system_type_map.jl

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
using LibPQ
2-
using NamedTuples
2+
using Tables
33

44
function print_types(io::IO, conn::Connection; text_limit=92)
5-
nt = fetch!(
6-
NamedTuple,
5+
nt = Tables.columntable(
76
execute(conn, "SELECT oid, typname FROM pg_catalog.pg_type ORDER BY oid"),
87
)
98

0 commit comments

Comments
 (0)