5.4.6. Exclusion Constraints
5.4.6.排除约束
Exclusion constraints ensure that if any two rows are compared on the specified columns or expressions using the specified operators, at least one of these operator comparisons will return false or null. The syntax is:
排除约束确保当在任意两行的特定列或表达式上使用特定操作符比较时,操作符比较中至少一个返回false或者null。语法如下:
CREATE TABLE circles (
c circle,
EXCLUDE USING gist (c WITH &&)
);
See also CREATE TABLE ... CONSTRAINT ... EXCLUDE for details.
详情参见 CREATE TABLE ... CONSTRAINT ... EXCLUDE。
Adding an exclusion constraint will automatically create an index of the type specified in the constraint declaration.
添加排除约束将自动创建约束声明中指定类型的索引。

5.4.6. Exclusion Constraints相关推荐

  1. 5.3. Constraints

    5.3. Constraints 5.3.约束 Data types are a way to limit the kind of data that can be stored in a table ...

  2. 从天津滨海新区大爆炸、危化品监管聊聊 IT人背负的社会责任感

    标签 PostgreSQL , 天津滨海新区大爆炸 , 危险品 , 危化品监管 , RDKit , 化学插件 , 社会关系分析 , 毒品分析 , 化学反应 , 机器学习 , 地理位置 , PostGI ...

  3. postgresql索引_PostgreSQL中的索引— 8(RUM)

    postgresql索引 indexing engine, the interface of access methods, and main access methods, such as: 索引引 ...

  4. postgresql索引_PostgreSQL中的索引— 6(SP-GiST)

    postgresql索引 indexing engine, 索引引擎 , the interface of access methods, and three methods: 访问方法的接口以及三种 ...

  5. Postgresql 约束(constraint)

    声明:以下内容看完文档仅个人理解,仅供参考,详见下方参考资料. 约束(constraint) 约束分为检查约束(Check Constraints).非空约束(Not-Null Constraints ...

  6. 5.10.5. Partitioning and Constraint Exclusion

    5.10.5. Partitioning and Constraint Exclusion 5.10.5.分区和约束排除 Constraint exclusion is a query optimiz ...

  7. 5.11.5. Partitioning and Constraint Exclusion

    5.11.5. Partitioning and Constraint Exclusion 5.11.5.分区和约束排除 Constraint exclusion is a query optimiz ...

  8. R语言构建xgboost模型:指定特征交互方式、单调性约束的特征、获取模型中的最终特征交互形式(interaction and monotonicity constraints)

    R语言构建xgboost模型:指定特征交互方式.单调性约束的特征.获取模型中的最终特征交互形式(interaction and monotonicity constraints) 目录

  9. Advanced Auto Layout:Programmatically Creating Constraints

    Programmatically Creating Constraints以编程方式创建约束 Whenever possible, use Interface Builder to set your ...

最新文章

  1. PyTorch 的 Autograd详解
  2. Nature Methods:基于人工重组菌群数据的宏基因组的软件评估金标准
  3. JavaScript求当月天数
  4. File IO(NIO.2):路径类 和 路径操作
  5. JS-立即执行函数(function(){...})() amp;amp; (function(){...})()
  6. Spring中@Autowired、@Qualifier、@Resource的区别
  7. arthas 排查内存溢出_Java 应用线上问题排查思路、常用工具小结
  8. 带格式粘贴至html富文本,防止复制/粘贴将网页样式复制到富文本编辑器
  9. 什么是信息系统安全等级保护
  10. 抖音服务器升级维护时间,抖音服务器升级要多久2021
  11. ZooKeeper 数据模型 Znode 结构特性详解
  12. “瘦”AP和“胖”AP的区别
  13. 基于单片机仿指针显示的电子时钟设计(毕业设计资料)
  14. 深度强化学习方法(DQN)玩转Atari游戏(pong)
  15. Microsoft Teams 创建Outlook邮件组的Team
  16. 2018年总结,踩踩这条即将溜掉的狗尾巴 ~
  17. 小学生3年级100以内加减法
  18. 建木(Jianmu)----迈出建木第一步创建项目分组
  19. VS或VC编译正常,但运行时出现Stack overflow
  20. 小甲鱼python入门014课后题_小甲鱼零基础入门学习Python-014

热门文章

  1. 怎么用twilio发送免费短信.
  2. keytool使用大全:p12(PKCS12)和jks互相转换等
  3. 数据库设计,一二范式理解
  4. 2021年安全员-B证最新解析及安全员-B证新版试题
  5. tomcat9.0安装及配置教程_geoserver地图发布服务教程(1)——windows下的安装配置
  6. 苏打绿 当我们一起走过 2012台北小巨蛋演唱会[1080P/720P/540P]
  7. Unity(转载) 图形渲染与优化
  8. html邮件设计公司,商业HTML邮件的制作建议
  9. 阿里分布式事务框架Seata集成详情
  10. Squire H5富文本编辑器使用指南