summaryrefslogtreecommitdiff
path: root/contrib/file_fdw
diff options
context:
space:
mode:
authorAlvaro Herrera2013-02-06 01:46:26 +0000
committerAlvaro Herrera2013-02-06 03:19:53 +0000
commitcb9b66d31ad4bcd37226f20d651a213323621b89 (patch)
tree5110f56297f409705ce7268a3d0da16f41a2db6d /contrib/file_fdw
parentab0f7b6089fd215f6ce6081e2e222c38d643a526 (diff)
Improve error message wording
The wording changes applied in 0ac5ad513 were universally disliked. Per gripe from Andrew Dunstan
Diffstat (limited to 'contrib/file_fdw')
-rw-r--r--contrib/file_fdw/output/file_fdw.source2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/file_fdw/output/file_fdw.source b/contrib/file_fdw/output/file_fdw.source
index c01f8d804bc..ece72429ba5 100644
--- a/contrib/file_fdw/output/file_fdw.source
+++ b/contrib/file_fdw/output/file_fdw.source
@@ -191,7 +191,7 @@ ERROR: cannot change foreign table "agg_csv"
DELETE FROM agg_csv WHERE a = 100;
ERROR: cannot change foreign table "agg_csv"
SELECT * FROM agg_csv FOR UPDATE OF agg_csv;
-ERROR: SELECT FOR UPDATE/SHARE/KEY UPDATE/KEY SHARE cannot be used with foreign table "agg_csv"
+ERROR: row-level locks cannot be used with foreign table "agg_csv"
LINE 1: SELECT * FROM agg_csv FOR UPDATE OF agg_csv;
^
-- but this should be ignored