Skip to content

Commit d1cf27a

Browse files
committed
Fix some SGML-compiler warnings on -wxml mode.
1 parent d8a30ec commit d1cf27a

File tree

5 files changed

+83
-83
lines changed

5 files changed

+83
-83
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.56 2008/12/31 00:08:32 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.57 2009/02/04 21:30:41 alvherre Exp $ -->
22

33
<chapter id="tutorial-advanced">
44
<title>Advanced Features</title>
@@ -529,7 +529,7 @@ FROM
529529
rank() OVER (PARTITION BY depname ORDER BY salary DESC, empno) AS pos
530530
FROM empsalary
531531
) AS ss
532-
WHERE pos < 3;
532+
WHERE pos &lt; 3;
533533
</programlisting>
534534

535535
The above query only shows the rows from the inner query having

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy