1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

fix most regression tests for new cube code.

This commit is contained in:
Andrew Dunstan
2006-07-27 16:12:36 +00:00
parent 8aab197840
commit 596b858fcb
5 changed files with 50 additions and 20 deletions

View File

@ -6,9 +6,11 @@
-- first, define the datatype. Turn off echoing so that expected file
-- does not depend on contents of cube.sql.
--
SET client_min_messages = warning;
\set ECHO none
\i cube.sql
\set ECHO all
RESET client_min_messages;
--
-- testing the input and output functions