Tsearch in Postgresql 8.2.5 - Mailing list pgsql-bugs

From Idris Khanafi
Subject Tsearch in Postgresql 8.2.5
Date
Msg-id 040501c81c3f$dbbca5b0$0e15a8c0@DBAOL
Whole thread Raw
List 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.=20
I want to create table with data type txtidx, but i have error like this:

testing=3D# 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,=20
but i need your help....


Regards,

.idris - indonesia=

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3711: dropdb and creatdb with pgpass.conf file
Next
From: Tiago Daniel Jacobs
Date:
Subject: Re: BUG #3479: contraint exclusion and locks