8000 Fix whitespace · postgres/postgres@4307177 · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit 4307177

Browse files
committed
Fix whitespace
1 parent 3849fe7 commit 4307177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
718718
<literal>IS NULL</literal> and <literal>IS NOT NULL</literal> do not always return
719719
inverse results for row-valued expressions; in particular, a row-valued
720720
expression that contains both null and non-null fields will return false
721-
for both tests. For example:
721+
for both tests. For example:
722722

723723
<programlisting>
724724
SELECT ROW(1,2.5,'this is a test') = ROW(1, 3, 'not the same');

0 commit comments

Comments
 (0)
0