Re: Tsearch2 install on postgres 8.2 NOTICE messages

From: Richard Huxton <dev(at)archonet(dot)com>
To: Henrik Zagerholm <henke(at)mac(dot)se>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tsearch2 install on postgres 8.2 NOTICE messages
Date: 2006-12-18 08:02:08
Message-ID: 45864B00.9080309@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik Zagerholm wrote:
> Hello list,
>
> I'm trying to install tsearch2 on a freshly created database in 8.2 but
> I get these NOTICES when doing so.
> Is this something to be concerned about?
>
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> "pg_ts_dict_pkey" for table "pg_ts_dict"
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> "pg_ts_parser_pkey" for table "pg_ts_parser"

Anything marked "NOTICE" is fine. Here the server is letting you know
something happened without you explicitly asking for it (creating an index).

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2006-12-18 08:48:28 Re: determining which table to lookup depending on data values
Previous Message Henrik Zagerholm 2006-12-18 07:38:44 Tsearch2 install on postgres 8.2 NOTICE messages