diff options
author | Tom Lane | 2025-04-06 20:27:31 +0000 |
---|---|---|
committer | Tom Lane | 2025-04-06 20:27:39 +0000 |
commit | 218ab682751dfe75667456019364187758d4871a (patch) | |
tree | 1651bad1e88a7a379caa34e29991115dcca2fa47 | |
parent | de48056ec7d237e6a48dce907804ac26c87311ec (diff) |
Doc: fix PDF "contents ... exceed the available area" warnings.
Tweak column widths in a new table, similarly to some previous
fixes such as b62381d9a.
Per buildfarm.
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index b567b5c16e8..bc5c74ad017 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -146,6 +146,12 @@ hmac(data bytea, key bytea, type text) returns bytea <table id="pgcrypto-crypt-algorithms"> <title>Supported Algorithms for <function>crypt()</function></title> <tgroup cols="6"> + <colspec colname="col1" colwidth="1.5*"/> + <colspec colname="col2" colwidth="1.25*"/> + <colspec colname="col3" colwidth="1*"/> + <colspec colname="col4" colwidth="1*"/> + <colspec colname="col5" colwidth="1*"/> + <colspec colname="col6" colwidth="2.5*"/> <thead> <row> <entry>Algorithm</entry> |