diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-24 15:35:01 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-24 15:35:01 +0000 |
commit | 2a733db0cc7ae24a6fe25a270fe0e9a5138a6b58 (patch) | |
tree | dec60ace9c8b5353c6ed531429eb0ed84e129008 /doc/src | |
parent | e4bffdad75d6f5141dfa41bc2e80dc61ed8f8474 (diff) | |
download | postgresql-2a733db0cc7ae24a6fe25a270fe0e9a5138a6b58.tar.gz postgresql-2a733db0cc7ae24a6fe25a270fe0e9a5138a6b58.zip |
Fix broken markup.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 843b78a926b..b53b1360123 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/24 14:35:26 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.355 2005/08/24 15:35:01 tgl Exp $ --> <appendix id="release"> @@ -284,8 +284,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/24 14:35:26 momjian <listitem> <para> - <varname>standard_conforming_strings>/> - does this release - treat backslashes literally in normal strings? + <varname>standard_conforming_strings</> - does this release + treat backslashes literally in ordinary strings? </para> </listitem> @@ -625,13 +625,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/24 14:35:26 momjian <listitem> <para> - Fix <command>HAVING</> without aggregate functions and no - <command>GROUP BY</> to behave as if the main query returns a - single group (Tom) + Fix <command>HAVING</> without any aggregate functions or + <command>GROUP BY</> so that the query returns a single group (Tom) </para> <para> Previously, such a case would treat the <command>HAVING</> - clause as <command>WHERE</> clause. + clause the same as a <command>WHERE</> clause. This was not per spec. + </para> </listitem> <listitem> |