File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
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 $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -263,7 +263,7 @@ MAKEINFO = makeinfo
263
263
# #
264
264
265
265
# Quick syntax check without style processing
266
- check : postgres.sgml $(ALMOSTALLSGML )
266
+ check : postgres.sgml $(ALMOSTALLSGML ) check-tabs
267
267
$(NSGMLS ) $(SPFLAGS ) $(SGMLINCLUDE ) -s $<
268
268
269
269
@@ -346,7 +346,7 @@ clean-man:
346
346
endif # sqlmansectnum != 7
347
347
348
348
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)
350
350
351
351
# #
352
352
# # 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 $ -->
2
2
3
3
<appendix id="sql-keywords-appendix">
4
4
<title><acronym>SQL</acronym> Key Words</title>
3521
3521
</row>
3522
3522
<row>
3523
3523
<entry><token>OVER</token></entry>
3524
- <entry></entry>
3524
+ <entry>reserved (can be function or type) </entry>
3525
3525
<entry>reserved</entry>
3526
3526
<entry>reserved</entry>
3527
3527
<entry></entry>
5561
5561
</row>
5562
5562
<row>
5563
5563
<entry><token>WINDOW</token></entry>
5564
- <entry></entry>
5564
+ <entry>reserved </entry>
5565
5565
<entry>reserved</entry>
5566
5566
<entry>reserved</entry>
5567
5567
<entry></entry>
You can’t perform that action at this time.
0 commit comments