aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-09-05 01:20:33 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-09-05 01:24:29 -0400
commita6283f97069e6f747bdc2052e9f755a9136a5edc (patch)
treebf75781e87f58fc93ffa6cbc55be5aff2d6a3d14 /src/backend/commands/matview.c
parent7695f9701a8bf46bf385c96bce2e216ee2ccf93e (diff)
downloadpostgresql-a6283f97069e6f747bdc2052e9f755a9136a5edc.tar.gz
postgresql-a6283f97069e6f747bdc2052e9f755a9136a5edc.zip
Assorted message fixes and improvements
Diffstat (limited to 'src/backend/commands/matview.c')
-rw-r--r--src/backend/commands/matview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c
index 79dee7873cd..327587f2b7e 100644
--- a/src/backend/commands/matview.c
+++ b/src/backend/commands/matview.c
@@ -680,7 +680,7 @@ refresh_by_match_merge(Oid matviewOid, Oid tempOid, Oid relowner,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
errmsg("cannot refresh materialized view \"%s\" concurrently",
matviewname),
- errhint("Create a UNIQUE index with no WHERE clause on one or more columns of the materialized view.")));
+ errhint("Create a unique index with no WHERE clause on one or more columns of the materialized view.")));
appendStringInfoString(&querybuf,
" AND newdata OPERATOR(pg_catalog.*=) mv) "