diff options
author | Peter Eisentraut | 2023-02-06 16:54:10 +0000 |
---|---|---|
committer | Peter Eisentraut | 2023-02-06 16:54:10 +0000 |
commit | 7ba09efe248fe5e15bd6d4c4d0612ea63b66a860 (patch) | |
tree | 5e8b2351f92a7fa1a00f33d658b281088c0733b3 | |
parent | 8a2f783cc489e4e1820163c1c439125aad4d7a92 (diff) |
doc: Fix SQL keywords lists
Some keywords were listed as both reserved and nonreserved. Fix as
appropriate.
-rw-r--r-- | doc/src/sgml/keywords/sql2016-02-reserved.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/sgml/keywords/sql2016-02-reserved.txt b/doc/src/sgml/keywords/sql2016-02-reserved.txt index b1bb0776dc..f65dd4d577 100644 --- a/doc/src/sgml/keywords/sql2016-02-reserved.txt +++ b/doc/src/sgml/keywords/sql2016-02-reserved.txt @@ -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 |