Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2c6d84

Browse files
committed
doc: Fix up spacing around verbatim DocBook elements
1 parent c4c236a commit a2c6d84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30639,7 +30639,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3063930639
arguments are passed as pairs of <replaceable>argname</replaceable>
3064030640
and <replaceable>argvalue</replaceable> in the form:
3064130641
<programlisting>
30642-
SELECT pg_restore_relation_stats(
30642+
SELECT pg_restore_relation_stats(
3064330643
'<replaceable>arg1name</replaceable>', '<replaceable>arg1value</replaceable>'::<replaceable>arg1type</replaceable>,
3064430644
'<replaceable>arg2name</replaceable>', '<replaceable>arg2value</replaceable>'::<replaceable>arg2type</replaceable>,
3064530645
'<replaceable>arg3name</replaceable>', '<replaceable>arg3value</replaceable>'::<replaceable>arg3type</replaceable>);
@@ -30650,7 +30650,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3065030650
<structfield>reltuples</structfield> values for the table
3065130651
<structname>mytable</structname>:
3065230652
<programlisting>
30653-
SELECT pg_restore_relation_stats(
30653+
SELECT pg_restore_relation_stats(
3065430654
'schemaname', 'myschema',
3065530655
'relname', 'mytable',
3065630656
'relpages', 173::integer,
@@ -30732,7 +30732,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3073230732
arguments are passed as pairs of <replaceable>argname</replaceable>
3073330733
and <replaceable>argvalue</replaceable> in the form:
3073430734
<programlisting>
30735-
SELECT pg_restore_attribute_stats(
30735+
SELECT pg_restore_attribute_stats(
3073630736
'<replaceable>arg1name</replaceable>', '<replaceable>arg1value</replaceable>'::<replaceable>arg1type</replaceable>,
3073730737
'<replaceable>arg2name</replaceable>', '<replaceable>arg2value</replaceable>'::<replaceable>arg2type</replaceable>,
3073830738
'<replaceable>arg3name</replaceable>', '<replaceable>arg3value</replaceable>'::<replaceable>arg3type</replaceable>);
@@ -30744,7 +30744,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3074430744
<structfield>col1</structfield> of the table
3074530745
<structname>mytable</structname>:
3074630746
<programlisting>
30747-
SELECT pg_restore_attribute_stats(
30747+
SELECT pg_restore_attribute_stats(
3074830748
'schemaname', 'myschema',
3074930749
'relname', 'mytable',
3075030750
'attname', 'col1',

0 commit comments

Comments
 (0)