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

Update contrib regression tests for recent error message editing.

This commit is contained in:
Tom Lane
2003-08-01 02:38:09 +00:00
parent 1e120a8e5d
commit 6ed071bca5
8 changed files with 22 additions and 22 deletions

View File

@ -6,7 +6,7 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:seg.sql:10: NOTICE: type seg is not yet defined
psql:seg.sql:10: NOTICE: type "seg" is not yet defined
DETAIL: Creating a shell type definition.
psql:seg.sql:15: NOTICE: argument type seg is only a shell
--