Doc: fix PDF "contents ... exceed the available area" warnings.
authorTom Lane <[email protected]>
Sun, 6 Apr 2025 20:27:31 +0000 (16:27 -0400)
committerTom Lane <[email protected]>
Sun, 6 Apr 2025 20:27:39 +0000 (16:27 -0400)
Tweak column widths in a new table, similarly to some previous
fixes such as b62381d9a.

Per buildfarm.

doc/src/sgml/pgcrypto.sgml

index b567b5c16e8945257ffc284659d171b4b07079f5..bc5c74ad017fa902c75aa23541114fc4faf298ed 100644 (file)
@@ -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>