aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-20 20:12:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-20 20:12:05 +0000
commitf3ad615ce8aeabb3de138a6f2eeb550426061a51 (patch)
treeebc3fb6aaf7d8905ca6c96a6d211381faab80ee6 /src
parent3438065eed180d53cdcff6d921e3016653b608bd (diff)
downloadpostgresql-f3ad615ce8aeabb3de138a6f2eeb550426061a51.tar.gz
postgresql-f3ad615ce8aeabb3de138a6f2eeb550426061a51.zip
Fix a batch of speling misteaks identified by Peter's spell-checker tool.
Diffstat (limited to 'src')
-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 0fe363db5a6..72b17d54e08 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -13,7 +13,7 @@ B041 Extensions to embedded SQL exception declarations NO
B051 Enhanced execution rights NO
E011 Numeric data types YES
E011 Numeric data types 01 INTEGER and SMALLINT data types YES
-E011 Numeric data types 02 REAL, DOUBLE PRECISON, and FLOAT data types YES
+E011 Numeric data types 02 REAL, DOUBLE PRECISION, and FLOAT data types YES
E011 Numeric data types 03 DECIMAL and NUMERIC data types YES
E011 Numeric data types 04 Arithmetic operators YES
E011 Numeric data types 05 Numeric comparison YES