Tsearch in Postgresql 8.2.5

From: "Idris Khanafi" <idris(dot)khanafi(at)agrakom(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Tsearch in Postgresql 8.2.5
Date: 2007-11-01 04:29:57
Message-ID: 040501c81c3f$dbbca5b0$0e15a8c0@DBAOL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear Team,

I'm install postgres 8.2.5 in my server (operating system using Fedora Core 6),
instalation process is succes full.
I want to create table with data type txtidx, but i have error like this:

testing=# create table data (nama txtidx);
ERROR: type "txtidx" does not exist
LINE 1: create table data (nama txtidx);
^

and then, i'm import file tsearch.sql, after that i'm create table agains,
the resault is same.

I don't know that is bug or what ever,
but i need your help....

Regards,

.idris - indonesia

Browse pgsql-bugs by date

  From Date Subject
Next Message Tiago Daniel Jacobs 2007-11-01 15:17:44 Re: BUG #3479: contraint exclusion and locks
Previous Message Tom Lane 2007-10-31 21:47:11 Re: BUG #3711: dropdb and creatdb with pgpass.conf file