mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 20:27:28 -04:00
doc: Fix example of pg_restore_extended_stats()
Oversight in ba97bf9cb7, probably due to an incorrect rebase.
Author: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/8A72720A-55AC-4D41-B9DF-5610307600E6@gmail.com
This commit is contained in:
parent
5ba34f6dc8
commit
4111b91ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -2205,7 +2205,7 @@ SELECT pg_restore_extended_stats(
|
|||
'statistics_schemaname', 'stats_schema',
|
||||
'statistics_name', 'stats_name',
|
||||
'inherited', false,
|
||||
'n_distinct', '[{"attributes" : [2,3], "ndistinct" : 4}]'::pg_ndistinct);
|
||||
'n_distinct', '[{"attributes" : [2,3], "ndistinct" : 4}]'::pg_ndistinct,
|
||||
'dependencies', '{"2 => 1": 1.000000, "2 => -1": 1.000000, "2 => -2": 1.000000}'::pg_dependencies,
|
||||
'exprs', '[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue