Re: RFC: Additional Directory for Extensions - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: RFC: Additional Directory for Extensions
Date
Msg-id 9C6926D6-C2A6-49E8-A2E0-78F77B1B7877@justatheory.com
Whole thread Raw
In response to Re: RFC: Additional Directory for Extensions  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On May 1, 2025, at 16:24, Peter Eisentraut <peter@eisentraut.org> wrote:

> I see.  I have committed it now describing the current state.

Quick follow-up to tweak a couple of commas.

--- a/doc/src/sgml/extend.sgml
+++ b/doc/src/sgml/extend.sgml
@@ -1813,8 +1813,8 @@ include $(PGXS)

    <para>
     You can select a separate directory prefix in which to install your
-    extension's files, by setting the <command>make</command> variable
-    <varname>prefix</varname> when executing <literal>make install</literal>
+    extension's files by setting the <command>make</command> variable
+    <varname>prefix</varname> when executing <literal>make install</literal>,
     like so:
 <programlisting>
 make install prefix=/usr/local/postgresql

Best,

David


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: First-draft back-branch release notes are up
Next
From: Tom Lane
Date:
Subject: Re: Add an option to skip loading missing publication to avoid logical replication failure