Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a93226

Browse files
committed
*** empty log message ***
1 parent ac9f254 commit 2a93226

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/src/sgml/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.136 2010/02/05 14:51:50 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/05 19:28:39 momjian Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -263,7 +263,7 @@ MAKEINFO = makeinfo
263263
##
264264

265265
# Quick syntax check without style processing
266-
check: postgres.sgml $(ALMOSTALLSGML)
266+
check: postgres.sgml $(ALMOSTALLSGML) check-tabs
267267
$(NSGMLS) $(SPFLAGS) $(SGMLINCLUDE) -s $<
268268

269269

@@ -346,7 +346,7 @@ clean-man:
346346
endif # sqlmansectnum != 7
347347

348348
check-tabs:
349-
( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
349+
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
350350

351351
##
352352
## Clean

doc/src/sgml/keywords.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.28 2009/12/23 17:41:43 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.29 2010/02/05 19:28:39 momjian Exp $ -->
22

33
<appendix id="sql-keywords-appendix">
44
<title><acronym>SQL</acronym> Key Words</title>
@@ -3521,7 +3521,7 @@
35213521
</row>
35223522
<row>
35233523
<entry><token>OVER</token></entry>
3524-
<entry></entry>
3524+
<entry>reserved (can be function or type)</entry>
35253525
<entry>reserved</entry>
35263526
<entry>reserved</entry>
35273527
<entry></entry>
@@ -5561,7 +5561,7 @@
55615561
</row>
55625562
<row>
55635563
<entry><token>WINDOW</token></entry>
5564-
<entry></entry>
5564+
<entry>reserved</entry>
55655565
<entry>reserved</entry>
55665566
<entry>reserved</entry>
55675567
<entry></entry>

0 commit comments

Comments
 (0)