mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Fix SQL keywords lists
Some keywords were listed as both reserved and nonreserved. Fix as appropriate.
This commit is contained in:
@ -189,7 +189,6 @@ MATCH_NUMBER
|
||||
MATCH_RECOGNIZE
|
||||
MATCHES
|
||||
MAX
|
||||
MEASURES
|
||||
MEMBER
|
||||
MERGE
|
||||
METHOD
|
||||
@ -240,7 +239,6 @@ PERCENT_RANK
|
||||
PERCENTILE_CONT
|
||||
PERCENTILE_DISC
|
||||
PERIOD
|
||||
PERMUTE
|
||||
PORTION
|
||||
POSITION
|
||||
POSITION_REGEX
|
||||
@ -342,7 +340,6 @@ UESCAPE
|
||||
UNION
|
||||
UNIQUE
|
||||
UNKNOWN
|
||||
UNMATCHED
|
||||
UNNEST
|
||||
UPDATE
|
||||
UPPER
|
||||
|
Reference in New Issue
Block a user