mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Adjust pg_trgm expected output for new *.sql file.
This commit is contained in:
parent
926bbab448
commit
47fe868831
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue