aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-01-13 16:08:55 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-01-13 16:08:55 +0200
commite922a13058e3c4a20e11cea8e4801ec36f811455 (patch)
tree6784e9ffaec709a1bb0ed4fbef60b843f84b15b9
parente37d474f91c3a8a88be28a65389c948a55f18075 (diff)
downloadpostgresql-e922a13058e3c4a20e11cea8e4801ec36f811455.tar.gz
postgresql-e922a13058e3c4a20e11cea8e4801ec36f811455.zip
Spell the X072 feature correctly, was missing "with".
Also use lower-case for a few more features, to be consistent with the others and with the SQL spec.
-rw-r--r--src/backend/catalog/sql_features.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 079df92db79..332926424b6 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -565,20 +565,20 @@ X051 Advanced table mapping: nulls absent YES
X052 Advanced table mapping: null as nil YES
X053 Advanced table mapping: table as forest YES
X054 Advanced table mapping: table as element YES
-X055 Advanced table mapping: target namespace YES
+X055 Advanced table mapping: with target namespace YES
X056 Advanced table mapping: data mapping YES
X057 Advanced table mapping: metadata mapping YES
X058 Advanced table mapping: base64 encoding of binary strings YES
X059 Advanced table mapping: hex encoding of binary strings YES
-X060 XMLParse: Character string input and CONTENT option YES
-X061 XMLParse: Character string input and DOCUMENT option YES
+X060 XMLParse: character string input and CONTENT option YES
+X061 XMLParse: character string input and DOCUMENT option YES
X065 XMLParse: BLOB input and CONTENT option NO
X066 XMLParse: BLOB input and DOCUMENT option NO
X068 XMLSerialize: BOM NO
X069 XMLSerialize: INDENT NO
-X070 XMLSerialize: Character string serialization and CONTENT option YES
-X071 XMLSerialize: Character string serialization and DOCUMENT option YES
-X072 XMLSerialize: Character string serialization YES
+X070 XMLSerialize: character string serialization and CONTENT option YES
+X071 XMLSerialize: character string serialization and DOCUMENT option YES
+X072 XMLSerialize: character string serialization YES
X073 XMLSerialize: BLOB serialization and CONTENT option NO
X074 XMLSerialize: BLOB serialization and DOCUMENT option NO
X075 XMLSerialize: BLOB serialization NO