diff options
| author | Bruce Momjian | 2007-11-11 03:57:06 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-11 03:57:06 +0000 |
| commit | 47fe8688311e835308c4f8a627896d3cb7fb0f22 (patch) | |
| tree | 68901890e708403d153dab0addcd7a2bc09243c5 /contrib/pg_trgm | |
| parent | 926bbab44832ae2763392077ecefa029d14c8544 (diff) | |
Adjust pg_trgm expected output for new *.sql file.
Diffstat (limited to 'contrib/pg_trgm')
| -rw-r--r-- | contrib/pg_trgm/expected/pg_trgm.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_trgm/expected/pg_trgm.out b/contrib/pg_trgm/expected/pg_trgm.out index b3bf57d3755..963672ca770 100644 --- a/contrib/pg_trgm/expected/pg_trgm.out +++ b/contrib/pg_trgm/expected/pg_trgm.out @@ -1,7 +1,7 @@ \set ECHO none -psql:pg_trgm.sql:43: NOTICE: type "gtrgm" is not yet defined +psql:pg_trgm.sql:42: NOTICE: type "gtrgm" is not yet defined DETAIL: Creating a shell type definition. -psql:pg_trgm.sql:48: NOTICE: argument type gtrgm is only a shell +psql:pg_trgm.sql:47: NOTICE: argument type gtrgm is only a shell select show_trgm(''); show_trgm ----------- |
