summaryrefslogtreecommitdiff
path: root/contrib/cube
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/cube
parent1e120a8e5dfce4df07df7c41b691b88404a244b3 (diff)
downloadpostgresql-6ed071bca5d371a54520d9010885049089f68aba.tar.gz
Update contrib regression tests for recent error message editing.
Diffstat (limited to 'contrib/cube')
-rw-r--r--contrib/cube/expected/cube.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cube/expected/cube.out b/contrib/cube/expected/cube.out
index 4e4e70488b..086d76fd0b 100644
--- a/contrib/cube/expected/cube.out
+++ b/contrib/cube/expected/cube.out
@@ -6,7 +6,7 @@
-- does not depend on contents of cube.sql.
--
\set ECHO none
-psql:cube.sql:10: NOTICE: type cube is not yet defined
+psql:cube.sql:10: NOTICE: type "cube" is not yet defined
DETAIL: Creating a shell type definition.
psql:cube.sql:15: NOTICE: argument type cube is only a shell
--