Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a93226

Browse files
committed
*** empty log message ***
1 parentac9f254 commit2a93226

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/src/sgml/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.136 2010/02/0514:51:50 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/0519: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:
346346
endif# sqlmansectnum != 7
347347

348348
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)
350350

351351
##
352352
## Clean

‎doc/src/sgml/keywords.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -3521,7 +3521,7 @@
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>
@@ -5561,7 +5561,7 @@
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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp