Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PostgreSQL specific searcher implementation is broken due to deprecated function use #447

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Set the "net.ontopia.infoset.fulltext.impl.rdbms.RDBMSSearcher.type" rdmbs 
property to "tsearch2" in an application with a PostgreSQL RDBMS backend
2. Execute a fulltext search using the RDBMSSearcher

The produced SQL query will fail:
org.postgresql.util.PSQLException: ERROR: column "tsearch2" does not exist
  Position: 139

PostgreSQL has integrated the tsearch2 functionality into their core, changing 
function names:
http://www.postgresql.org/docs/9.1/static/tsearch2.html

Original issue reported on code.google.com by qsieb...@gmail.com on 16 Jul 2012 at 9:56

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r2337.

Original comment by qsieb...@gmail.com on 10 Oct 2012 at 10:23

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by qsieb...@gmail.com on 29 Nov 2012 at 10:10

  • Added labels: Release5.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant