| Welcome to Dotable. Dotable currently hosts more than 15,000 domains for clients in all corners of the globe, so we must be doing something right! Dotable is all about people, and without people Dotable would not be where it is today. We value our clients and work hard with them and for them, so they can achieve their online goals. Our client's success is our success. Dotable's staff has more than 40 years of combined experience in hosting. Our products range from single domain hosting, through to fully managed dedicated servers. We invite you to inspect our products from the links below. We're here to serve you so sing out if you need anything. |
![]() |
| Host one domain | Multiple domains | Reseller accounts | VPS accounts | Dedicated servers | Register domains | Backup space |
|
|
#1 (permalink) |
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
does anyone know if full text searching is enabled in postgress by default ?
im not sure if indexing of this kind has to be enabled by admins...
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
|
|
|
|
|
#2 (permalink) |
|
Retired - Gone Fishin'
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
|
Fulltext indexing still isn't part of the core postgresql distribution I don't believe, you have to add an extra module to support fulltext.
We use the redhat/centos rpms, if there is an rpm that supports the fulltext module, then there would be no problem installing that. I did a search using yum and didn't come up with anything just now, but there may be a package available. If you let us know what you need, then we'll install it if we can do.
__________________
• Dotable - The home of "No Worries" hosting. ![]() • VPS ? Centos, Windows or Debian - Your choice • PHP5 ? Yes we do! • ClientExec? No Worries! • Do We Ride the Rails? Yes we do! • Move your sites to Dotable ? Yes we will! |
|
|
|
|
|
#3 (permalink) | |
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
well i will need full text search :p , im not 100% positive but its called tsearch2 and should come bundled with database ( i have a windows machine and that runs only postgresql 8 so im not sure )
a quote from the postgresql changelog: Quote:
its one of the greatest advantages over Mysql to have both transactions and fulltext searching ;-). apart from many other things like ANSI compilance
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
|
|
|
|
|
|
#4 (permalink) |
|
Retired - Gone Fishin'
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
|
Yep, I have heard of tsearch2 before. But it wasn't included with postgresql, it was an addon module.
We have RHEL postgresql rpm's installed version 7.4.13-2 So you need to really make sure that everything that you need is within that version.
__________________
• Dotable - The home of "No Worries" hosting. ![]() • VPS ? Centos, Windows or Debian - Your choice • PHP5 ? Yes we do! • ClientExec? No Worries! • Do We Ride the Rails? Yes we do! • Move your sites to Dotable ? Yes we will! |
|
|
|
|
|
#5 (permalink) |
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
where should i search for that ? im not too much into pinguins really...
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
|
|
|
|
|
#6 (permalink) | |
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
http://www.postgresql.org/ftp/binary...hat/rhel-es-3/ - here is Contrib rpm if you could take a look at that. im not sure if im searching for the right thing
im not sure but shouldnt this folder be normally avilable with standard distribution? , ive read somwhere that those modules could be enabled from database user level.... the contrib is bundled with normal distribution on postgresql 8 on windows, the modules are just not enabled by default. /usr/share/pgsql/contrib - it should be here , the documentation states that they have normally avilable rpms for red hat ;] that what ive found out so far :] w wont help any further because my expertise on linux OS'es is close to none :p Quote:
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
|
|
|
|
|
|
#7 (permalink) |
|
Retired - Gone Fishin'
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
|
For redhat's postgresql project, you can view that here http://sources.redhat.com/rhdb/index.html
I'm searching the redhat contrib package but can't see specifically t2search or any mention of full text support via the project pages.
__________________
• Dotable - The home of "No Worries" hosting. ![]() • VPS ? Centos, Windows or Debian - Your choice • PHP5 ? Yes we do! • ClientExec? No Worries! • Do We Ride the Rails? Yes we do! • Move your sites to Dotable ? Yes we will! |
|
|
|
|
|
#8 (permalink) | ||
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
the website you mentioned is almost non functional
big parts are missing but on postgresql's site inbinary section of download it seems they have the required files for this version, Quote:
but it seems to me that this module is probably already bundled or a standard postgres module will work without problem... Quote:
![]() its the only thing that comes to my mind , thet like on windows these are included somehere ... if not , i cant help any further
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
||
|
|
|
|
|
#9 (permalink) |
|
pro webdeveloper
Join Date: Jul 2006
Location: Poland
Posts: 277
|
OK ive figured it out. Those "addons" , are plain SQL scripts containing specifications of functions, so it just takes running those queries to enable the feature ;-) so it seems i can create an index of this type by myself. the only thing an admin can do during install is to include those type in default database template ;]
so it seems the problem is solved... i have the necessary sql files from postgresql8 contrib ( but they will work in 7 too ). i just dont understand why there are make commands there: http://www.sai.msu.su/~megera/postgr...rman_utf8.html here a complete guide to installing tsearch2 and it looks like it consists of running quries to database, if im wrong please correct me. it seems that a correct module SHOULD be already installed in postgresql/lib folder (or something like that), at least in 8 it is bundled.
__________________
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be. |
|
|
|
|
|
#10 (permalink) |
|
Retired - Gone Fishin'
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
|
Just to follow up on this, tsearch2 is an available library within the contrib package, which is now installed on our servers.
__________________
• Dotable - The home of "No Worries" hosting. ![]() • VPS ? Centos, Windows or Debian - Your choice • PHP5 ? Yes we do! • ClientExec? No Worries! • Do We Ride the Rails? Yes we do! • Move your sites to Dotable ? Yes we will! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
|||||||