mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
57e3c5160b
Adds bool opclass to btree_gist extension, to allow creating GiST indexes on bool columns. GiST indexes on a single bool column don't seem particularly useful, but this allows defining exclusion constraings involving a bool column, for example. Author: Emre Hasegeli Reviewed-by: Andrey Borodin Discussion: https://postgr.es/m/CAE2gYzyDKJBZngssR84VGZEN=Ux=V9FV23QfPgo+7-yYnKKg4g@mail.gmail.com |
||
---|---|---|
.. | ||
bit.sql | ||
bool.sql | ||
bytea.sql | ||
cash.sql | ||
char.sql | ||
cidr.sql | ||
date.sql | ||
enum.sql | ||
float4.sql | ||
float8.sql | ||
inet.sql | ||
init.sql | ||
int2.sql | ||
int4.sql | ||
int8.sql | ||
interval.sql | ||
macaddr8.sql | ||
macaddr.sql | ||
not_equal.sql | ||
numeric.sql | ||
oid.sql | ||
text.sql | ||
time.sql | ||
timestamp.sql | ||
timestamptz.sql | ||
timetz.sql | ||
uuid.sql | ||
varbit.sql | ||
varchar.sql |