diff options
| author | Tom Lane | 2003-07-24 17:52:50 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-07-24 17:52:50 +0000 |
| commit | 8fd5b3ed67d91937516d855bd6f225052aa88f2a (patch) | |
| tree | 5f14c30cb79692b6d35e612ed97feb79f62a155d /contrib/intarray/expected | |
| parent | f0c5384d4a21d85198f86281f61d5754bfdca7a5 (diff) | |
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Diffstat (limited to 'contrib/intarray/expected')
| -rw-r--r-- | contrib/intarray/expected/_int.out | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/intarray/expected/_int.out b/contrib/intarray/expected/_int.out index 8531c817df9..e2efa63f927 100644 --- a/contrib/intarray/expected/_int.out +++ b/contrib/intarray/expected/_int.out @@ -1,12 +1,14 @@ -- -- first, define the datatype. Turn off echoing so that expected file --- does not depend on contents of seg.sql. +-- does not depend on contents of _int.sql. -- \set ECHO none -psql:_int.sql:13: NOTICE: ProcedureCreate: type query_int is not yet defined -psql:_int.sql:18: NOTICE: Argument type "query_int" is only a shell -psql:_int.sql:367: NOTICE: ProcedureCreate: type intbig_gkey is not yet defined -psql:_int.sql:372: NOTICE: Argument type "intbig_gkey" is only a shell +psql:_int.sql:13: NOTICE: type query_int is not yet defined +DETAIL: Creating a shell type definition. +psql:_int.sql:18: NOTICE: argument type query_int is only a shell +psql:_int.sql:367: NOTICE: type intbig_gkey is not yet defined +DETAIL: Creating a shell type definition. +psql:_int.sql:372: NOTICE: argument type intbig_gkey is only a shell SELECT intset(1234); intset -------- |
