From: Peter Eisentraut Date: Sun, 4 May 2025 10:39:21 +0000 (+0200) Subject: doc: Fix up spacing around verbatim DocBook elements X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a2c6d84acd72d6c43ab7361fb34fa4f758da7a41;p=postgresql.git doc: Fix up spacing around verbatim DocBook elements --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index af3d056b992..bb6e5ab9ff7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30639,7 +30639,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset arguments are passed as pairs of argname and argvalue in the form: - SELECT pg_restore_relation_stats( +SELECT pg_restore_relation_stats( 'arg1name', 'arg1value'::arg1type, 'arg2name', 'arg2value'::arg2type, 'arg3name', 'arg3value'::arg3type); @@ -30650,7 +30650,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset reltuples values for the table mytable: - SELECT pg_restore_relation_stats( +SELECT pg_restore_relation_stats( 'schemaname', 'myschema', 'relname', 'mytable', 'relpages', 173::integer, @@ -30732,7 +30732,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset arguments are passed as pairs of argname and argvalue in the form: - SELECT pg_restore_attribute_stats( +SELECT pg_restore_attribute_stats( 'arg1name', 'arg1value'::arg1type, 'arg2name', 'arg2value'::arg2type, 'arg3name', 'arg3value'::arg3type); @@ -30744,7 +30744,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset col1 of the table mytable: - SELECT pg_restore_attribute_stats( +SELECT pg_restore_attribute_stats( 'schemaname', 'myschema', 'relname', 'mytable', 'attname', 'col1',