From 925176e7524291dea63d69e0893d236491894663 Mon Sep 17 00:00:00 2001 From: Corey Huinker Date: Tue, 25 Feb 2025 18:32:13 -0500 Subject: [PATCH vAdios-Set 2/3] Change variable lists to itemizedlists --- doc/src/sgml/func.sgml | 47 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 12206e0cfc6..4b3a84c6766 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30226,10 +30226,23 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset columns in pg_class. The currently-supported relation statistics are - relpages with a value of type - integer, reltuples with a value of - type real, and relallvisible with a - value of type integer. + + + + relpages with a value of type integer + + + + + reltuples with a value of type real + + + + + relallvisible with a value of type integer + + + Additionally, this function supports argument name @@ -30314,11 +30327,27 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset - The required arguments are relation with a value - of type regclass, which specifies the table; - attname with a value of type name, - which specifies the column; and inherited, which - specifies whether the statistics includes values from child tables. + The required arguments are + + + + relation with a value of type + regclass, which specifies the table + + + + + attname with a value of type + name, which specifies the column + + + + + inherited, which specifies whether the + statistics includes values from child tables. + + + Other arguments are the names of statistics corresponding to columns in pg_stats. -- 2.48.1