Commit 2a93226f authored by Bruce Momjian's avatar Bruce Momjian

*** empty log message ***

parent ac9f2546
...@@ -2,7 +2,7 @@ ...@@ -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 ...@@ -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: ...@@ -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
......
<!-- $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 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment