mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 08:07:35 +08:00
Tsearch2 functionality migrates to core. The bulk of this work is by
Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing, so anything that's broken is probably my fault. Documentation is nonexistent as yet, but let's land the patch so we can get some portability testing done.
This commit is contained in:
@ -231,3 +231,9 @@ CREATE TABLE array_index_op_test (
|
||||
i int4[],
|
||||
t text[]
|
||||
);
|
||||
|
||||
CREATE TABLE test_tsvector(
|
||||
t text,
|
||||
a tsvector
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user