diff options
Diffstat (limited to 'doc/src/sgml/func/func-formatting.sgml')
-rw-r--r-- | doc/src/sgml/func/func-formatting.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/func/func-formatting.sgml b/doc/src/sgml/func/func-formatting.sgml index 806302b2f7b..df05e5c1676 100644 --- a/doc/src/sgml/func/func-formatting.sgml +++ b/doc/src/sgml/func/func-formatting.sgml @@ -180,6 +180,8 @@ <table id="functions-formatting-datetime-table"> <title>Template Patterns for Date/Time Formatting</title> <tgroup cols="2"> + <colspec colname="col1" colwidth="1*"/> + <colspec colname="col2" colwidth="3*"/> <thead> <row> <entry>Pattern</entry> @@ -773,6 +775,8 @@ <table id="functions-formatting-numeric-table"> <title>Template Patterns for Numeric Formatting</title> <tgroup cols="2"> + <colspec colname="col1" colwidth="1*"/> + <colspec colname="col2" colwidth="3*"/> <thead> <row> <entry>Pattern</entry> |