We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7802 commit 3bd7263Copy full SHA for 3bd7263
contrib/ltree/expected/ltree.out
@@ -239,7 +239,7 @@ SELECT ''::ltree || 'Top.Child1.Child2'::ltree;
239
Top.Child1.Child2
240
(1 row)
241
242
-SELECT lca('{la.2.3,1.2.3.4.5.6,}') IS NULL;
+SELECT lca('{la.2.3,1.2.3.4.5.6,""}') IS NULL;
243
?column?
244
----------
245
t
contrib/ltree/sql/ltree.sql
@@ -47,7 +47,7 @@ SELECT 'Top_0'::ltree || 'Top.Child1.Child2'::ltree;
47
SELECT 'Top.Child1.Child2'::ltree || ''::ltree;
48
SELECT ''::ltree || 'Top.Child1.Child2'::ltree;
49
50
51
SELECT lca('{la.2.3,1.2.3.4.5.6}') IS NULL;
52
SELECT lca('{1.la.2.3,1.2.3.4.5.6}');
53
SELECT lca('{1.2.3,1.2.3.4.5.6}');
0 commit comments