From: Michael Paquier Date: Sat, 16 May 2026 22:36:04 +0000 (+0900) Subject: doc: Fix example of pg_restore_extended_stats() X-Git-Tag: REL_19_BETA1~86 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4111b91ab3d5ad3afc22370168fcb3622de8a098;p=thirdparty%2Fpostgresql.git doc: Fix example of pg_restore_extended_stats() Oversight in ba97bf9cb7b4, probably due to an incorrect rebase. Author: Chao Li Discussion: https://postgr.es/m/8A72720A-55AC-4D41-B9DF-5610307600E6@gmail.com --- diff --git a/doc/src/sgml/func/func-admin.sgml b/doc/src/sgml/func/func-admin.sgml index 72038fc835f..0eae1c1f616 100644 --- a/doc/src/sgml/func/func-admin.sgml +++ b/doc/src/sgml/func/func-admin.sgml @@ -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', '[ {