mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
*** empty log message ***
This commit is contained in:
parent
ac9f254684
commit
2a93226f0d
@ -2,7 +2,7 @@
|
||||
#
|
||||
# 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
|
||||
check: postgres.sgml $(ALMOSTALLSGML)
|
||||
check: postgres.sgml $(ALMOSTALLSGML) check-tabs
|
||||
$(NSGMLS) $(SPFLAGS) $(SGMLINCLUDE) -s $<
|
||||
|
||||
|
||||
@ -346,7 +346,7 @@ clean-man:
|
||||
endif # sqlmansectnum != 7
|
||||
|
||||
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
|
||||
|
@ -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">
|
||||
<title><acronym>SQL</acronym> Key Words</title>
|
||||
@ -3521,7 +3521,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<entry><token>OVER</token></entry>
|
||||
<entry></entry>
|
||||
<entry>reserved (can be function or type)</entry>
|
||||
<entry>reserved</entry>
|
||||
<entry>reserved</entry>
|
||||
<entry></entry>
|
||||
@ -5561,7 +5561,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<entry><token>WINDOW</token></entry>
|
||||
<entry></entry>
|
||||
<entry>reserved</entry>
|
||||
<entry>reserved</entry>
|
||||
<entry>reserved</entry>
|
||||
<entry></entry>
|
||||
|
Loading…
Reference in New Issue
Block a user