You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
Please add support for
tsvector
andtsquery
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()
andto_tsquery()
functions.Also, a
BinaryEncoder
implementation fortsvector
would allow direct insertions of tsvectors viaCOPY FROM
.The text was updated successfully, but these errors were encountered: