aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-11-17 06:53:07 -0500
committerPeter Eisentraut <peter_e@gmx.net>2015-11-17 06:53:07 -0500
commitc5ec4064120c12c7b8cd4772d0b9f571f5dd40b4 (patch)
tree7bad7c184897354de3a280d8d9f453b0144d832c /src/test
parent5be5b5029f26b1723382bac185fcfa993a763234 (diff)
downloadpostgresql-c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4.tar.gz
postgresql-c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4.zip
Message style fix
from Euler Taveira
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/expected/rowsecurity.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/rowsecurity.out b/src/test/regress/expected/rowsecurity.out
index 57984e8eb61..0f91ebbd2aa 100644
--- a/src/test/regress/expected/rowsecurity.out
+++ b/src/test/regress/expected/rowsecurity.out
@@ -2674,7 +2674,7 @@ COPY copy_t FROM STDIN; --fail - insufficient privilege to bypass rls.
ERROR: insufficient privilege to bypass row-level security
SET row_security TO ON;
COPY copy_t FROM STDIN; --fail - COPY FROM not supported by RLS.
-ERROR: COPY FROM not supported with row-level security.
+ERROR: COPY FROM not supported with row-level security
HINT: Use INSERT statements instead.
-- Check COPY FROM as user with permissions and BYPASSRLS
SET SESSION AUTHORIZATION rls_regress_exempt_user;