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

Commitd09f6f7

Browse files
committed
Minor wordsmithing.
1 parenta6e704c commitd09f6f7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎doc/src/sgml/keywords.sgml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/keywords.sgml,v 2.4 2001/11/17 13:27:16 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/keywords.sgml,v 2.5 2002/01/08 15:38:42 tgl Exp $ -->
22

33
<appendix id="sql-keywords-appendix">
44
<title><acronym>SQL</acronym> Key Words</title>
@@ -17,12 +17,13 @@
1717

1818
<para>
1919
SQL distinguishes between <firstterm>reserved</firstterm> and
20-
<firstterm>non-reserved</firstterm> key words. Reserved key words
20+
<firstterm>non-reserved</firstterm> key words. According to the standard,
21+
reserved key words
2122
are the only real key words; they are never allowed as identifiers.
2223
Non-reserved key words only have a special meaning in particular
2324
contexts and can be used as identifiers in other contexts. Most
2425
non-reserved key words are actually the names of built-in tables
25-
and functions specified by SQL and the concept of non-reserved key
26+
and functions specified by SQL. The concept of non-reserved key
2627
words essentially only exists to declare that some predefined meaning
2728
is attached to a word in some contexts.
2829
</para>
@@ -33,9 +34,9 @@
3334
ranging from those that can never be used as an identifier to those
3435
that have absolutely no special status in the parser as compared to
3536
an ordinary identifier. (The latter is usually the case for
36-
functions specified by SQL.)SQL reserved key words are not
37+
functions specified by SQL.)Even reserved key words are not
3738
completely reserved in <productname>PostgreSQL</productname>, but
38-
can be used as columnlabel (as in <literal>SELECT 55 AS
39+
can be used as columnlabels (for example, <literal>SELECT 55 AS
3940
CHECK</literal>, even though <token>CHECK</token> is a reserved key
4041
word).
4142
</para>
@@ -47,12 +48,12 @@
4748
known to the parser but are allowed in most or all contexts where an
4849
identifier is expected. Some key words that are otherwise
4950
non-reserved cannot be used as function or data type names and are
50-
marked accordingly. (Some of thesetokens represent built-in
51+
marked accordingly. (Most of thesewords represent built-in
5152
functions or data types with special syntax. The function or type
5253
is still available but it cannot be redefined by the user.) Labeled
5354
<quote>reserved</quote> are those tokens that are only allowed as
5455
<quote>AS</quote> column label names (and perhaps in very few other
55-
contexts). Some reserved key words areavailable as names for
56+
contexts). Some reserved key words areallowable as names for
5657
functions; this is also shown in the table.
5758
</para>
5859

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp