git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30c22eb)
Reorder docs on lexical structure slightly for clarity.
2010年8月13日 01:12:38 +0000 (01:12 +0000)
2010年8月13日 01:12:38 +0000 (01:12 +0000)
Thom Brown


diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index 4ae3df325c9c2e937c4ed854460559e1491e78c1..f3cff8ed2d81098fa60358000264fa6620d6ebf3 100644 (file)
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.152 2010年08月12日 02:03:58 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.153 2010年08月13日 01:12:38 rhaas Exp $ -->
<chapter id="sql-syntax">
<title>SQL Syntax</title>
@@ -47,12 +47,6 @@
special character is adjacent to some other token type).
</para>
- <para>
- Additionally, <firstterm>comments</firstterm> can occur in SQL
- input. They are not tokens, they are effectively equivalent to
- whitespace.
- </para>
-
<para>
For example, the following is (syntactically) valid SQL input:
<programlisting>
@@ -65,6 +59,12 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
commands can usefully be split across lines).
</para>
+ <para>
+ Additionally, <firstterm>comments</firstterm> can occur in SQL
+ input. They are not tokens, they are effectively equivalent to
+ whitespace.
+ </para>
+
<para>
The SQL syntax is not very consistent regarding what tokens
identify commands and which are operands or parameters. The first
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /