F.16. fulleq

F.16.1. Обзор
F.16.2. Оператор fulleq
F.16.3. Авторы

Модуль fulleq предоставляет дополнительный оператор равенства для совместимости с Microsoft SQL Server.

Этот модуль требуется для поддержки системы 1С:Предприятие.

F.16.1. Обзор

The PostgreSQL equivalence operator is defined to return NULL when both operands are NULLs. However, the Microsoft SQL Servers family traditionally defines other semantic for equivalence operator, where operator returns TRUE in the case of both nulled operands. This module provides such operator with MS SQL semantic.

F.16.2. Оператор fulleq

Оператор == определён для следующих типов данных:

  • bool

  • bytea

  • char

  • name

  • int2

  • int4

  • int8

  • int2vector

  • text

  • oid

  • xid

  • cid

  • oidvector

  • float4

  • float8

  • abstime

  • reltime

  • macaddr

  • inet

  • cidr

  • varchar

  • date

  • time

  • timestamp

  • timestamptz

  • interval

  • timetz

F.16.3. Авторы

      Фёдор Сигаев