summaryrefslogtreecommitdiff
path: root/src/backend/catalog/sql_features.txt
diff options
context:
space:
mode:
authorGreg Stark <stark@mit.edu>2016-06-03 15:13:36 +0100
committerGreg Stark <stark@mit.edu>2016-06-03 16:08:45 +0100
commite1623c3959aac707732d7a6ad09adfb5751763b3 (patch)
tree3f73cc1c228576ae41f7f2444abb3dc65250c740 /src/backend/catalog/sql_features.txt
parentee4af347ba89b8492d1f86b6456865e1de1d030f (diff)
downloadpostgresql-e1623c3959aac707732d7a6ad09adfb5751763b3.tar.gz
Fix various common mispellings.
Mostly these are just comments but there are a few in documentation and a handful in code and tests. Hopefully this doesn't cause too much unnecessary pain for backpatching. I relented from some of the most common like "thru" for that reason. The rest don't seem numerous enough to cause problems. Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings
Diffstat (limited to 'src/backend/catalog/sql_features.txt')
-rw-r--r--src/backend/catalog/sql_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 71c08afeff..8956ba9304 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -316,7 +316,7 @@ F831 Full cursor update NO
F831 Full cursor update 01 Updatable scrollable cursors NO
F831 Full cursor update 02 Updatable ordered cursors NO
F841 LIKE_REGEX predicate NO
-F842 OCCURENCES_REGEX function NO
+F842 OCCURRENCES_REGEX function NO
F843 POSITION_REGEX function NO
F844 SUBSTRING_REGEX function NO
F845 TRANSLATE_REGEX function NO