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

Add support for tsvector and tsquery #126

Open
acaprari opened this issue Sep 30, 2021 · 3 comments
Open

Add support for tsvector and tsquery #126

acaprari opened this issue Sep 30, 2021 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@acaprari
Copy link

Please add support for tsvector and tsquery PG types.

A use case for them would be allowing for a custom full text parser written at application level whose results are directly applied in queries, without using to_tsvector() and to_tsquery() functions.

Also, a BinaryEncoder implementation for tsvector would allow direct insertions of tsvectors via COPY FROM.

@jackc jackc added the help wanted Extra attention is needed label Oct 2, 2021
@ksankeerth
Copy link

Hi @jackc,
I'd like to work on this issue. Can I give a try? thanks

@jackc
Copy link
Owner

jackc commented Aug 27, 2022

@ksankeerth You're welcome to it. But pgx v5 should be released within the next month and it has significant changes to the type system. You might want to build it directly there to save the porting work from v4 to v5.

@ZhouXing19
Copy link

Hello, any update on this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants