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

Commit2a733db

Browse files
committed
Fix broken markup.
1 parente4bffda commit2a733db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/2414:35:26 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.355 2005/08/2415:35:01 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -284,8 +284,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/24 14:35:26 momjian
284284

285285
<listitem>
286286
<para>
287-
<varname>standard_conforming_strings>/> - does this release
288-
treat backslashes literally innormal strings?
287+
<varname>standard_conforming_strings</> - does this release
288+
treat backslashes literally inordinary strings?
289289
</para>
290290
</listitem>
291291

@@ -625,13 +625,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/24 14:35:26 momjian
625625

626626
<listitem>
627627
<para>
628-
Fix <command>HAVING</> without aggregate functions and no
629-
<command>GROUP BY</> to behave as if the main query returns a
630-
single group (Tom)
628+
Fix <command>HAVING</> without any aggregate functions or
629+
<command>GROUP BY</> so that the query returns a single group (Tom)
631630
</para>
632631
<para>
633632
Previously, such a case would treat the <command>HAVING</>
634-
clause as <command>WHERE</> clause.
633+
clause the same as a <command>WHERE</> clause. This was not per spec.
634+
</para>
635635
</listitem>
636636

637637
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp