pgcrypto.sgml: built in -> built-in

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pgcrypto.sgml: built in -> built-in
Date: 2026-08-16 14:30:19
Message-ID: b6d69f32-253c-43ee-290e-f5f4c051a358@xs4all.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The documentation contains the word 'built-in' (with hyphen) more than
200 times so let's correct the 2x 'built in' in doc/src/sgml/pgcrypto.sgml

Thanks,

Erik

--- ./doc/src/sgml/pgcrypto.sgml.orig 2026-08-16 16:19:51.927578666 +0200
+++ ./doc/src/sgml/pgcrypto.sgml 2026-08-16 16:21:02.867577715 +0200
@@ -1268,7 +1268,7 @@
<listitem>
<para>
<varname>pgcrypto.builtin_crypto_enabled</varname> determines if the
- built in crypto functions <function>gen_salt()</function>, and
+ built-in crypto functions <function>gen_salt()</function>, and
<function>crypt()</function> are available for use. Setting this to
<literal>off</literal> disables these functions.
<literal>on</literal>
(the default) enables these functions to work normally.
@@ -1277,7 +1277,7 @@
</para>
<para>
<function>pgp_sym_encrypt()</function> and
- <function>pgp_pub_encrypt()</function> do not use built in crypto so
+ <function>pgp_pub_encrypt()</function> do not use built-in crypto so
they are not affected.
</para>
</listitem>

Attachment Content-Type Size
pgcrypto.sgml.20260816.diff text/x-patch 938 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Salma El-Sayed 2026-08-16 14:47:00 Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Previous Message Tom Lane 2026-08-16 14:26:33 Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG