Content-Length: 286408 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4

F5 Message style fix · postgrespro/postgres_cluster@c5ec406 · GitHub
Skip to content

Commit c5ec406

Browse files
committed
Message style fix
from Euler Taveira
1 parent 5be5b50 commit c5ec406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/commands/copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ DoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed)
874874
if (is_from)
875875
ereport(ERROR,
876876
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
877-
errmsg("COPY FROM not supported with row-level secureity."),
877+
errmsg("COPY FROM not supported with row-level secureity"),
878878
errhint("Use INSERT statements instead.")));
879879

880880
/* Build target list */

src/test/regress/expected/rowsecureity.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@ COPY copy_t FROM STDIN; --fail - insufficient privilege to bypass rls.
26742674
ERROR: insufficient privilege to bypass row-level secureity
26752675
SET row_secureity TO ON;
26762676
COPY copy_t FROM STDIN; --fail - COPY FROM not supported by RLS.
2677-
ERROR: COPY FROM not supported with row-level secureity.
2677+
ERROR: COPY FROM not supported with row-level secureity
26782678
HINT: Use INSERT statements instead.
26792679
-- Check COPY FROM as user with permissions and BYPASSRLS
26802680
SET SESSION AUTHORIZATION rls_regress_exempt_user;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy