diff options
| author | Bruce Momjian | 2006-04-26 22:33:36 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-04-26 22:33:36 +0000 |
| commit | 59d61409cd72a2e6688f588d17a73c1bc665df26 (patch) | |
| tree | 574bd45e91dd90f28477c44019c53223bb0f5c89 /contrib/ltree/expected | |
| parent | cae5671945cef31f8635909ec8a35a73e4656bbc (diff) | |
Move ltree parentsel() selectivity function into /contrib/ltree.
Diffstat (limited to 'contrib/ltree/expected')
| -rw-r--r-- | contrib/ltree/expected/ltree.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ltree/expected/ltree.out b/contrib/ltree/expected/ltree.out index 3ce1ecf2937..2546490d220 100644 --- a/contrib/ltree/expected/ltree.out +++ b/contrib/ltree/expected/ltree.out @@ -2,15 +2,15 @@ psql:ltree.sql:7: NOTICE: type "ltree" is not yet defined DETAIL: Creating a shell type definition. psql:ltree.sql:12: NOTICE: argument type ltree is only a shell -psql:ltree.sql:299: NOTICE: type "lquery" is not yet defined +psql:ltree.sql:304: NOTICE: type "lquery" is not yet defined DETAIL: Creating a shell type definition. -psql:ltree.sql:304: NOTICE: argument type lquery is only a shell -psql:ltree.sql:410: NOTICE: type "ltxtquery" is not yet defined +psql:ltree.sql:309: NOTICE: argument type lquery is only a shell +psql:ltree.sql:415: NOTICE: type "ltxtquery" is not yet defined DETAIL: Creating a shell type definition. -psql:ltree.sql:415: NOTICE: argument type ltxtquery is only a shell -psql:ltree.sql:477: NOTICE: type "ltree_gist" is not yet defined +psql:ltree.sql:420: NOTICE: argument type ltxtquery is only a shell +psql:ltree.sql:482: NOTICE: type "ltree_gist" is not yet defined DETAIL: Creating a shell type definition. -psql:ltree.sql:482: NOTICE: argument type ltree_gist is only a shell +psql:ltree.sql:487: NOTICE: argument type ltree_gist is only a shell SELECT ''::ltree; ltree ------- |
