Skip to content

Commit 8f146a9

Browse files
committed
Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"
1 parent b886053 commit 8f146a9

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

contrib/tsearch2/expected/tsearch2.out

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
-- does not depend on contents of seg.sql.
44
--
55
\set ECHO none
6-
psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_dict_pkey' for table 'pg_ts_dict'
7-
psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_parser_pkey' for table 'pg_ts_parser'
8-
psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_cfg_pkey' for table 'pg_ts_cfg'
9-
psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_cfgmap_pkey' for table 'pg_ts_cfgmap'
10-
psql:tsearch2.sql:339: NOTICE: ProcedureCreate: type tsvector is not yet defined
11-
psql:tsearch2.sql:344: NOTICE: Argument type "tsvector" is only a shell
12-
psql:tsearch2.sql:398: NOTICE: ProcedureCreate: type tsquery is not yet defined
13-
psql:tsearch2.sql:403: NOTICE: Argument type "tsquery" is only a shell
14-
psql:tsearch2.sql:545: NOTICE: ProcedureCreate: type gtsvector is not yet defined
15-
psql:tsearch2.sql:550: NOTICE: Argument type "gtsvector" is only a shell
6+
psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_dict_pkey" for table "pg_ts_dict"
7+
psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_parser_pkey" for table "pg_ts_parser"
8+
psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfg_pkey" for table "pg_ts_cfg"
9+
psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfgmap_pkey" for table "pg_ts_cfgmap"
10+
psql:tsearch2.sql:339: NOTICE: type tsvector is not yet defined
11+
DETAIL: Creating a shell type definition.
12+
psql:tsearch2.sql:344: NOTICE: argument type tsvector is only a shell
13+
psql:tsearch2.sql:398: NOTICE: type tsquery is not yet defined
14+
DETAIL: Creating a shell type definition.
15+
psql:tsearch2.sql:403: NOTICE: argument type tsquery is only a shell
16+
psql:tsearch2.sql:545: NOTICE: type gtsvector is not yet defined
17+
DETAIL: Creating a shell type definition.
18+
psql:tsearch2.sql:550: NOTICE: argument type gtsvector is only a shell
1619
--tsvector
1720
SELECT '1'::tsvector;
1821
tsvector

0 commit comments

Comments
 (0)