From 218ab682751dfe75667456019364187758d4871a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 6 Apr 2025 16:27:31 -0400 Subject: [PATCH] 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. --- doc/src/sgml/pgcrypto.sgml | 6 ++++++ 1 file changed, 6 insertions(+) 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 Supported Algorithms for <function>crypt()</function> + + + + + + Algorithm -- 2.39.5