{
ereport(WARNING,
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
- errmsg("cannot not specify parameter \"%s\"",
+ errmsg("cannot specify parameter \"%s\"",
extarginfo[NDISTINCT_ARG].argname),
errhint("Extended statistics object \"%s\".\"%s\" does not support statistics of this type.",
quote_identifier(nspname),
{
ereport(WARNING,
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
- errmsg("cannot specify parameter \"%s\".",
+ errmsg("cannot specify parameter \"%s\"",
extarginfo[DEPENDENCIES_ARG].argname),
errhint("Extended statistics object \"%s\".\"%s\" does not support statistics of this type.",
quote_identifier(nspname),
'statistics_name', 'test_stat_dependencies',
'inherited', false,
'n_distinct', '[{"attributes" : [1,3], "ndistinct" : 4}]'::pg_ndistinct);
-WARNING: cannot not specify parameter "n_distinct"
+WARNING: cannot specify parameter "n_distinct"
HINT: Extended statistics object "stats_import"."test_stat_dependencies" does not support statistics of this type.
pg_restore_extended_stats
---------------------------
'inherited', false,
'dependencies', '[{"attributes": [2], "dependency": 3, "degree": 1.000000},
{"attributes": [3], "dependency": 2, "degree": 1.000000}]'::pg_dependencies);
-WARNING: cannot specify parameter "dependencies".
+WARNING: cannot specify parameter "dependencies"
HINT: Extended statistics object "stats_import"."test_stat_ndistinct" does not support statistics of this type.
pg_restore_extended_stats
---------------------------