We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5b6b4 commit 51a281bCopy full SHA for 51a281b
1 file changed
postgresql/lib/libsys.sql
@@ -18,7 +18,7 @@ SELECT
18
FROM pg_catalog.pg_type bt
19
LEFT JOIN pg_type ae
20
ON (
21
- bt.typlen = -1 AND
+ bt.typlen = -1 AND
22
bt.typelem != 0 AND
23
bt.typelem = ae.oid
24
)
0 commit comments