mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix broken markup.
This commit is contained in:
parent
5e1c330227
commit
80597fd992
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.151 2003/03/28 00:23:29 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.152 2003/03/30 21:48:37 tgl Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -4411,12 +4411,10 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
|
||||
<entry><literal>to_char(148.5, 'FM999.999')</literal></entry>
|
||||
<entry><literal>'148.5'</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry><literal>to_char(148.5, 'FM999.990')</literal></entry>
|
||||
<entry><literal>'148.500'</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry><literal>to_char(148.5, '999D999')</literal></entry>
|
||||
<entry><literal>' 148,500'</literal></entry>
|
||||
|
Loading…
Reference in New Issue
Block a user