diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2003-07-21 15:15:19 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2003-07-21 15:15:19 +0000 |
commit | 8f146a9077cda76bc82af2d29cbf11a56426f3a5 (patch) | |
tree | 489aea5477b0fe979d4798293e6c21684f6b1d05 | |
parent | b88605337ea37ce1080a696937540cf8b48338d1 (diff) | |
download | postgresql-8f146a9077cda76bc82af2d29cbf11a56426f3a5.tar.gz postgresql-8f146a9077cda76bc82af2d29cbf11a56426f3a5.zip |
Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"
-rw-r--r-- | contrib/tsearch2/expected/tsearch2.out | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/contrib/tsearch2/expected/tsearch2.out b/contrib/tsearch2/expected/tsearch2.out index a842c5b66b9..a8c00f1718d 100644 --- a/contrib/tsearch2/expected/tsearch2.out +++ b/contrib/tsearch2/expected/tsearch2.out @@ -3,16 +3,19 @@ -- does not depend on contents of seg.sql. -- \set ECHO none -psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_dict_pkey' for table 'pg_ts_dict' -psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_parser_pkey' for table 'pg_ts_parser' -psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_cfg_pkey' for table 'pg_ts_cfg' -psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pg_ts_cfgmap_pkey' for table 'pg_ts_cfgmap' -psql:tsearch2.sql:339: NOTICE: ProcedureCreate: type tsvector is not yet defined -psql:tsearch2.sql:344: NOTICE: Argument type "tsvector" is only a shell -psql:tsearch2.sql:398: NOTICE: ProcedureCreate: type tsquery is not yet defined -psql:tsearch2.sql:403: NOTICE: Argument type "tsquery" is only a shell -psql:tsearch2.sql:545: NOTICE: ProcedureCreate: type gtsvector is not yet defined -psql:tsearch2.sql:550: NOTICE: Argument type "gtsvector" is only a shell +psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_dict_pkey" for table "pg_ts_dict" +psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_parser_pkey" for table "pg_ts_parser" +psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfg_pkey" for table "pg_ts_cfg" +psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfgmap_pkey" for table "pg_ts_cfgmap" +psql:tsearch2.sql:339: NOTICE: type tsvector is not yet defined +DETAIL: Creating a shell type definition. +psql:tsearch2.sql:344: NOTICE: argument type tsvector is only a shell +psql:tsearch2.sql:398: NOTICE: type tsquery is not yet defined +DETAIL: Creating a shell type definition. +psql:tsearch2.sql:403: NOTICE: argument type tsquery is only a shell +psql:tsearch2.sql:545: NOTICE: type gtsvector is not yet defined +DETAIL: Creating a shell type definition. +psql:tsearch2.sql:550: NOTICE: argument type gtsvector is only a shell --tsvector SELECT '1'::tsvector; tsvector |