summaryrefslogtreecommitdiff
path: root/contrib/ltree
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-08-01 02:38:09 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-08-01 02:38:09 +0000
commit6ed071bca5d371a54520d9010885049089f68aba (patch)
tree78564d07d57f317bd1bcd1ff7a1ac9bbbc47f412 /contrib/ltree
parent1e120a8e5dfce4df07df7c41b691b88404a244b3 (diff)
downloadpostgresql-6ed071bca5d371a54520d9010885049089f68aba.tar.gz
Update contrib regression tests for recent error message editing.
Diffstat (limited to 'contrib/ltree')
-rw-r--r--contrib/ltree/expected/ltree.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ltree/expected/ltree.out b/contrib/ltree/expected/ltree.out
index dbd784b05c..2a24797534 100644
--- a/contrib/ltree/expected/ltree.out
+++ b/contrib/ltree/expected/ltree.out
@@ -1,14 +1,14 @@
\set ECHO none
-psql:ltree.sql:7: NOTICE: type ltree is not yet defined
+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:299: 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:410: 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:477: 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
SELECT ''::ltree;