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:
Michael Paquier 2026-05-17 07:36:04 +09:00
parent 5ba34f6dc8
commit 4111b91ab3

View file

@ -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', '[
{