*** empty log message ***

This commit is contained in:
Bruce Momjian 2010-02-05 19:28:39 +00:00
parent ac9f254684
commit 2a93226f0d
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.136 2010/02/05 14:51:50 momjian Exp $ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/05 19:28:39 momjian Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -263,7 +263,7 @@ MAKEINFO = makeinfo
## ##
# Quick syntax check without style processing # Quick syntax check without style processing
check: postgres.sgml $(ALMOSTALLSGML) check: postgres.sgml $(ALMOSTALLSGML) check-tabs
$(NSGMLS) $(SPFLAGS) $(SGMLINCLUDE) -s $< $(NSGMLS) $(SPFLAGS) $(SGMLINCLUDE) -s $<
@ -346,7 +346,7 @@ clean-man:
endif # sqlmansectnum != 7 endif # sqlmansectnum != 7
check-tabs: check-tabs:
( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1) @( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
## ##
## Clean ## Clean

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.28 2009/12/23 17:41:43 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.29 2010/02/05 19:28:39 momjian Exp $ -->
<appendix id="sql-keywords-appendix"> <appendix id="sql-keywords-appendix">
<title><acronym>SQL</acronym> Key Words</title> <title><acronym>SQL</acronym> Key Words</title>
@ -3521,7 +3521,7 @@
</row> </row>
<row> <row>
<entry><token>OVER</token></entry> <entry><token>OVER</token></entry>
<entry></entry> <entry>reserved (can be function or type)</entry>
<entry>reserved</entry> <entry>reserved</entry>
<entry>reserved</entry> <entry>reserved</entry>
<entry></entry> <entry></entry>
@ -5561,7 +5561,7 @@
</row> </row>
<row> <row>
<entry><token>WINDOW</token></entry> <entry><token>WINDOW</token></entry>
<entry></entry> <entry>reserved</entry>
<entry>reserved</entry> <entry>reserved</entry>
<entry>reserved</entry> <entry>reserved</entry>
<entry></entry> <entry></entry>