projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3849fe7
)
Fix whitespace
author
Peter Eisentraut
<
[email protected]
>
Tue, 14 Nov 2023 09:41:17 +0000
(10:41 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 14 Nov 2023 09:41:17 +0000
(10:41 +0100)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 202e64d0e072f1bf2865ab5884cdf25703b0e560..d76df6239fe631e13edb8eb0f9403db5f348798f 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-718,7
+718,7
@@
repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
<literal>IS NULL</literal> and <literal>IS NOT NULL</literal> do not always return
inverse results for row-valued expressions; in particular, a row-valued
expression that contains both null and non-null fields will return false
- for both tests. For example:
+ for both tests. For example:
<programlisting>
SELECT ROW(1,2.5,'this is a test') = ROW(1, 3, 'not the same');