Content-Length: 259798 | pFad | http://github.com/postgrespro/postgres/commit/3919ad864d7040361fd4b44719acaa1ec0f87bbd

7F Change wording for COALESCE docs to use "otherwise". · postgrespro/postgres@3919ad8 · GitHub
Skip to content

Commit 3919ad8

Browse files
committed
Change wording for COALESCE docs to use "otherwise".
Per Tom
1 parent 9d23d7c commit 3919ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10015,8 +10015,8 @@ SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
1001510015
<programlisting>
1001610016
SELECT COALESCE(description, short_description, '(none)') ...
1001710017
</programlisting>
10018-
This returns <varname>description</> if it is not null, or
10019-
<varname>short_description</> if it is not null, or <literal>(none)</>.
10018+
This returns <varname>description</> if it is not null, otherwise
10019+
<varname>short_description</> if it is not null, otherwise <literal>(none)</>.
1002010020
</para>
1002110021

1002210022
<para>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/3919ad864d7040361fd4b44719acaa1ec0f87bbd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy