git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c24111)
doc: Fix indentation in func-datetime.sgml.
2025年9月11日 08:48:12 +0000 (09:48 +0100)
2025年9月11日 08:49:39 +0000 (09:49 +0100)
Incorrect indentation introduced by commit faf071b5538.


diff --git a/doc/src/sgml/func/func-datetime.sgml b/doc/src/sgml/func/func-datetime.sgml
index a25da4b5175ca4a9586a0fe3c1c2febc9dad49fc..8cd7150b0d3130bc32dc8c236c4b904c03d8e467 100644 (file)
--- a/doc/src/sgml/func/func-datetime.sgml
+++ b/doc/src/sgml/func/func-datetime.sgml
@@ -935,34 +935,34 @@
</indexterm>
<function>random</function> ( <parameter>min</parameter> <type>date</type>, <parameter>max</parameter> <type>date</type> )
<returnvalue>date</returnvalue>
- </para>
- <para role="func_signature">
- <function>random</function> ( <parameter>min</parameter> <type>timestamp</type>, <parameter>max</parameter> <type>timestamp</type> )
- <returnvalue>timestamp</returnvalue>
- </para>
- <para role="func_signature">
- <function>random</function> ( <parameter>min</parameter> <type>timestamptz</type>, <parameter>max</parameter> <type>timestamptz</type> )
- <returnvalue>timestamptz</returnvalue>
- </para>
- <para>
- Returns a random value in the range
- <parameter>min</parameter> &lt;= x &lt;= <parameter>max</parameter>.
- </para>
- <para>
- Note that these functions use the same pseudo-random number generator
- as the functions listed in <xref linkend="functions-math-random-table"/>,
- and respond in the same way to calling
- <link linkend="function-setseed"><function>setseed()</function></link>.
- </para>
- <para>
- <literal>random('1979年02月08日'::date,'2025年07月03日'::date)</literal>
- <returnvalue>1983年04月21日</returnvalue>
- </para>
- <para>
- <literal>random('2000年01月01日'::timestamptz, now())</literal>
- <returnvalue>2015年09月27日 09:11:33.732707+00</returnvalue>
- </para></entry>
- </row>
+ </para>
+ <para role="func_signature">
+ <function>random</function> ( <parameter>min</parameter> <type>timestamp</type>, <parameter>max</parameter> <type>timestamp</type> )
+ <returnvalue>timestamp</returnvalue>
+ </para>
+ <para role="func_signature">
+ <function>random</function> ( <parameter>min</parameter> <type>timestamptz</type>, <parameter>max</parameter> <type>timestamptz</type> )
+ <returnvalue>timestamptz</returnvalue>
+ </para>
+ <para>
+ Returns a random value in the range
+ <parameter>min</parameter> &lt;= x &lt;= <parameter>max</parameter>.
+ </para>
+ <para>
+ Note that these functions use the same pseudo-random number generator
+ as the functions listed in <xref linkend="functions-math-random-table"/>,
+ and respond in the same way to calling
+ <link linkend="function-setseed"><function>setseed()</function></link>.
+ </para>
+ <para>
+ <literal>random('1979年02月08日'::date,'2025年07月03日'::date)</literal>
+ <returnvalue>1983年04月21日</returnvalue>
+ </para>
+ <para>
+ <literal>random('2000年01月01日'::timestamptz, now())</literal>
+ <returnvalue>2015年09月27日 09:11:33.732707+00</returnvalue>
+ </para></entry>
+ </row>
<row>
<entry role="func_table_entry"><para role="func_signature">
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /