|
3 | 3 | -- does not depend on contents of seg.sql.
|
4 | 4 | --
|
5 | 5 | \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 |
16 | 19 | --tsvector
|
17 | 20 | SELECT '1'::tsvector;
|
18 | 21 | tsvector
|
|
0 commit comments