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

Commitd810338

Browse files
author
Thomas G. Lockhart
committed
Add a few items to the reserved keyword lists.
Clarify information on implicitly-typed constants.
1 parentbe18913 commitd810338

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

‎doc/src/sgml/syntax.sgml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,13 @@ ALLOCATE ARE ASSERTION AT AUTHORIZATION AVG
181181
BIT BIT_LENGTH
182182
CASCADED CATALOG COLLATION CONNECT CONNECTION
183183
CONSTRAINTS CONTINUE CONVERT CORRESPONDING COUNT
184-
DATE DEALLOCATE DEC DESCRIBE DESCRIPTOR DIAGNOSTICS DISCONNECT DOMAIN
184+
DATE DEALLOCATE DEC DEFERRABLE DEFERRED DESCRIBE DESCRIPTOR
185+
DIAGNOSTICS DISCONNECT DOMAIN
185186
END-EXEC ESCAPE EXCEPT EXCEPTION EXEC EXTERNAL
186187
FIRST FOUND
187188
GET GO GOTO
188-
IDENTITY IMMEDIATE INDICATOR INITIALLY INPUT INTERSECT ISOLATION
189-
LASTLEVELLOWER
189+
IDENTITY IMMEDIATE INDICATOR INITIALLY INPUT INTERSECT
190+
LAST LOWER
190191
MAX MIN MODULE
191192
OCTET_LENGTH OPEN OUTPUT OVERLAPS
192193
PREPARE PRESERVE
@@ -250,9 +251,9 @@ VALID VERSION
250251
ABSOLUTE ACTION
251252
DAY
252253
HOUR
253-
INSENSITIVE
254+
INSENSITIVEISOLATION
254255
KEY
255-
LANGUAGE
256+
LANGUAGELEVEL
256257
MATCH MINUTE MONTH
257258
NEXT
258259
OF ONLY OPTION
@@ -283,22 +284,21 @@ COMMITTED SERIALIZABLE TYPE
283284
<programlisting>
284285
ADA
285286
C CATALOG_NAME CHARACTER_SET_CATALOG CHARACTER_SET_NAME
286-
CHARACTER_SET_SCHEMA CLASS_ORIGIN COBOL COLLATION_CATALOG
287-
COLLATION_NAME COLLATION_SCHEMA COLUMN_NAME
288-
COMMAND_FUNCTION CONDITION_NUMBER
289-
CONNECTION_NAME CONSTRAINT_CATALOG CONSTRAINT_NAME
290-
CONSTRAINT_SCHEMA CURSOR_NAME
287+
CHARACTER_SET_SCHEMA CLASS_ORIGIN COBOL COLLATION_CATALOG
288+
COLLATION_NAME COLLATION_SCHEMA COLUMN_NAME
289+
COMMAND_FUNCTION CONDITION_NUMBER
290+
CONNECTION_NAME CONSTRAINT_CATALOG CONSTRAINT_NAME
291+
CONSTRAINT_SCHEMA CURSOR_NAME
291292
DATA DATE_TIME_INTERVAL_CODE DATE_TIME_INTERVAL_PRECISION
292-
DYNAMIC_FUNCTION
293+
DYNAMIC_FUNCTION
293294
FORTRAN
294295
LENGTH
295296
MESSAGE_LENGTH MESSAGE_OCTET_LENGTH MORE MUMPS
296297
NAME NULLABLE NUMBER
297298
PAD PASCAL PLI
298299
REPEATABLE RETURNED_LENGTH RETURNED_OCTET_LENGTH
299-
RETURNED_SQLSTATE ROW_COUNT
300-
SCALE SCHEMA_NAME SERVER_NAME SPACE
301-
SUBCLASS_ORIGIN
300+
RETURNED_SQLSTATE ROW_COUNT
301+
SCALE SCHEMA_NAME SERVER_NAME SPACE SUBCLASS_ORIGIN
302302
TABLE_NAME
303303
UNCOMMITTED UNNAMED
304304
</programlisting>
@@ -354,9 +354,13 @@ We also support C-style block comments, e.g.:
354354
<title>Constants</title>
355355

356356
<para>
357-
There are six types of
358-
<firstterm>constants</firstterm>
359-
for use in SQL. They are described below.
357+
There are three <firstterm>implicitly typed constants</firstterm>
358+
for use in <productname>Postgres</productname>: strings, integers,
359+
and floating point numbers. Constants can
360+
also be specified with explicit types, which can enable more
361+
accurate representation and more efficient handling by the
362+
backend. The implicit constants are described below; explicit
363+
constants are discussed afterwards.
360364
</para>
361365

362366
<sect2>
@@ -445,7 +449,7 @@ float4 '1.23' -- string style
445449
<para>
446450
A constant of an
447451
<emphasis>arbitrary</emphasis>
448-
type can be entered using the notations:
452+
type can be entered usingany one ofthe following notations:
449453

450454
<synopsis>
451455
<replaceable>type</replaceable> '<replaceable>string</replaceable>'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp