Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
F.21. fulleq — an additional equivalence operator for compatibility with Microsoft SQL Server
Prev UpAppendix F. Additional Supplied Modules and Extensions Shipped inpostgrespro-std-17-contribHome Next

F.21. fulleq — an additional equivalence operator for compatibility with Microsoft SQL Server#

Thefulleq module provides additional equivalence operator for compatibility with Microsoft SQL Server.

This module is required for 1C Enterprise support.

F.21.1. Overview#

ThePostgres Pro 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.21.2. Operator fulleq#

The== operator is defined for the following data types:

  • 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.21.3. Authors#


      Teodor Sigaev <teodor@sigaev.ru>
    


Prev Up Next
F.20. file_fdw — access data files in the server's file system Home F.22. fuzzystrmatch — determine string similarities and distance
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp