书栈网 · BookStack 本次搜索耗时 0.150 秒,为您找到 7018 个相关结果.
  • PostgreSQL

    PostgreSQL Ranges PostgreSQL Let's say the name of the new datatype is pg_new_type in the postgres database. That name has to be mapped to DataTypes.NEWTYPE . Additionally, i...
  • 创建 Engine 组

    创建 Engine 组 创建 Engine 组 创建 Engine 组 创建 Engine 组 通过创建引擎组 EngineGroup 来实现对从数据库 (Master/Slave) 读写分离的支持。在创建引擎章节中,我们已经介绍过了,在 xorm 里面,可以同时存在多个 Orm 引擎,一个 Orm 引擎称为 Engine,一个 Engine 一般...
  • 27.1. Standard Unix Tools

    27.1. Standard Unix Tools Tip 27.1. Standard Unix Tools On most Unix platforms, PostgreSQL modifies its command title as reported by ps , so that individual server processes c...
  • 日期/时间类型

    日期/时间类型 日期输入 时间 特殊值 时间段输入 日期/时间类型 openGauss支持的日期/时间类型请参见表1 。该类型的操作符和内置函数请参见时间和日期处理函数和操作符 。 说明: 如果其他的数据库时间格式和openGauss的时间格式不一致,可通过修改配置参数DateStyle的值来保持一致。 表 1 日期/时间类型 ...
  • Validating the Greenplum Installation

    Run the commands below from the master node as gpadmin user in order to validate basic functionality of the Greenplum cluster. Refresh the environment variables: $ source ~/....
  • 简单表达式

    简单表达式 逻辑表达式 比较表达式 示例 简单表达式 逻辑表达式 逻辑表达式的操作符和运算规则,请参见逻辑操作符 。 比较表达式 常用的比较操作符,请参见操作符 。 除比较操作符外,还可以使用以下句式结构: BETWEEN操作符 a BETWEEN x_ _ AND y等效于a >= x AND a <= y a NOT B...
  • 范围函数和操作符

    范围函数和操作符 范围操作符 范围函数 范围函数和操作符 范围操作符 \= 描述:等于 示例: postgres =# SELECT int4range ( 1 , 5 ) = '[1,4]' :: int4range AS RESULT ; result -------- t ( 1 row ) ...
  • 类型转换函数

    类型转换函数 类型转换函数 类型转换函数 类型转换函数 cast(x as y) 描述:类型转换函数,将x转换成y指定的类型。 示例: postgres =# SELECT cast ( '22-oct-1997' as timestamp ); timestamp ---------------...
  • 文本检索函数和操作符

    文本检索函数和操作符 文本检索操作符 文本检索函数 文本检索调试函数 文本检索函数和操作符 文本检索操作符 @@ 描述:tsvector类型的词汇与tsquery类型的词汇是否匹配 示例: postgres =# SELECT to_tsvector ( 'fat cats ate rats' ) @@ to_tsquery...
  • gpmt storage_rca_collector

    storage_rca_collector Usage Options Examples storage_rca_collector This tool collects storage-related table data and generates an output file which can be provided to VMware ...