mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
with minor editorization by me. Hstore improvements * add operation hstore ? text - excat equivalent of exist() * remove undocumented behaviour of contains operation with NULL value * now 'key'::text=>NULL returns '"key"=>NULL' instead of NULL * Add GIN support for contains and exist operations * Add GiST support for exist operatiion * improve regression tests
This commit is contained in:
@ -998,3 +998,4 @@ auth=>BC, title=>CAC, subtitle=>BA, line=>997, date=>BAA
|
||||
wait=>AB, user=>ABC, line=>998, pos=>41, node=>CAC
|
||||
state=>4, title=>AC, bad=>t, status=>59, line=>999, disabled=>t
|
||||
user=>BC, line=>1000
|
||||
wait=>NULL, line=>1000
|
||||
|
Reference in New Issue
Block a user