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

Commitfa0cd64

Browse files
committed
AND/OR truth table needs another row IMHO.
1 parentda84545 commitfa0cd64

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.52 2001/02/18 17:17:17 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.53 2001/02/19 00:01:18 tgl Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -10,7 +10,7 @@
1010
<citetitle>Programmer's Guide</citetitle>. The
1111
<application>psql</application> commands <command>\df</command> and
1212
<command>\do</command> can be used to show the list of all actually
13-
availablefunction and operators, respectively.
13+
availablefunctions and operators, respectively.
1414
</para>
1515

1616
<para>
@@ -86,6 +86,13 @@
8686
<entry>FALSE</entry>
8787
<entry>NULL</entry>
8888
</row>
89+
90+
<row>
91+
<entry>NULL</entry>
92+
<entry>NULL</entry>
93+
<entry>NULL</entry>
94+
<entry>NULL</entry>
95+
</row>
8996
</tbody>
9097
</tgroup>
9198
</informaltable>
@@ -218,8 +225,8 @@
218225
<literal><replaceable>expression</replaceable> = NULL</literal>
219226
because NULL is not <quote>equal to</quote> NULL. (NULL represents
220227
an unknown value, so it is not known whether two unknown values are
221-
equal.) <productname>Postgres</productname>implicitly converts
222-
<literal>= NULL</literal> clauses to <literal>IS NULL</literal> to
228+
equal.) <productname>Postgres</productname>presently converts
229+
<literal>x= NULL</literal> clauses to <literal>xIS NULL</literal> to
223230
allow some broken client applications (such as
224231
<productname>Microsoft Access</productname>) to work, but this may
225232
be discontinued in a future release.
@@ -309,7 +316,7 @@
309316

310317
<row>
311318
<entry> <literal>!!</literal> </entry>
312-
<entry>Factorial (left operator)</entry>
319+
<entry>Factorial (prefix operator)</entry>
313320
<entry>!! 5</entry>
314321
<entry>120</entry>
315322
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp