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

FTS_index issue #1829

Open
nareneee opened this issue Oct 14, 2024 · 1 comment
Open

FTS_index issue #1829

nareneee opened this issue Oct 14, 2024 · 1 comment

Comments

@nareneee
Copy link

Hello Darold,

We are currently migrating BLOB objects using the lo_import method, which results in the data type being OID. However, I am encountering difficulties in creating a full-text search (FTS) index on the OID data type. I couldn’t find any specific parameter in the ora2pg configuration file to address this issue.

Could you please help me with this?

@darold
Copy link
Owner

darold commented Oct 21, 2024

Usually BLOBs are binary objects so using FTS on it is probably useless. What type of document do you stored as large object? If they are text like documents and you want to use FTS on it, you can not do that with large objects. Large objects are stored in an internal table called pg_largeobject and with FTS you need to add a tsvector columns which is not possible here.

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

No branches or pull requests

2 participants