Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit69b7c99

Browse files
committed
Add missing documentation for new anyarray-overlap operator.
1 parent684ad6a commit69b7c99

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.335 2006/09/1000:29:33 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.336 2006/09/1019:03:57 tgl Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -7633,6 +7633,13 @@ SELECT NULLIF(value, '(none)') ...
76337633
<entry><literal>t</literal></entry>
76347634
</row>
76357635

7636+
<row>
7637+
<entry> <literal>&amp;&amp;</literal> </entry>
7638+
<entry>overlap (have elements in common)</entry>
7639+
<entry><literal>ARRAY[1,4,3] &amp;&amp; ARRAY[2,1]</literal></entry>
7640+
<entry><literal>t</literal></entry>
7641+
</row>
7642+
76367643
<row>
76377644
<entry> <literal>||</literal> </entry>
76387645
<entry>array-to-array concatenation</entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp