File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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:
346346endif # sqlmansectnum != 7
347347
348348check-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
Original file line number Diff line number Diff line change 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>
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>
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>
You can’t perform that action at this time.
0 commit comments