mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Message improvements
This commit is contained in:
@@ -2461,7 +2461,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
|
||||
{
|
||||
{"wal_retrieve_retry_interval", PGC_SIGHUP, REPLICATION_STANDBY,
|
||||
gettext_noop("Sets the time to wait before retrying to retrieve WAL"
|
||||
gettext_noop("Sets the time to wait before retrying to retrieve WAL "
|
||||
"after a failed attempt."),
|
||||
NULL,
|
||||
GUC_UNIT_MS
|
||||
@@ -2589,7 +2589,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
|
||||
{
|
||||
{"ssl_renegotiation_limit", PGC_USERSET, CONN_AUTH_SECURITY,
|
||||
gettext_noop("SSL regenotiation is no longer supported; this can only be 0"),
|
||||
gettext_noop("SSL regenotiation is no longer supported; this can only be 0."),
|
||||
NULL,
|
||||
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
|
||||
},
|
||||
@@ -3417,7 +3417,7 @@ static struct config_string ConfigureNamesString[] =
|
||||
|
||||
{
|
||||
{"cluster_name", PGC_POSTMASTER, PROCESS_TITLE,
|
||||
gettext_noop("Sets the name of the cluster which is included in the process title."),
|
||||
gettext_noop("Sets the name of the cluster, which is included in the process title."),
|
||||
NULL,
|
||||
GUC_IS_NAME
|
||||
},
|
||||
|
||||
@@ -122,7 +122,7 @@ check_enable_rls(Oid relid, Oid checkAsUser, bool noError)
|
||||
if (!row_security && !noError)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
|
||||
errmsg("insufficient privilege to bypass row security.")));
|
||||
errmsg("insufficient privilege to bypass row-level security")));
|
||||
|
||||
/* RLS should be fully enabled for this relation. */
|
||||
return RLS_ENABLED;
|
||||
|
||||
Reference in New Issue
Block a user