Packaging Related Objects into an Extension

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: jeremyvillalobos(at)gmail(dot)com
Subject: Packaging Related Objects into an Extension
Date: 2023-04-13 01:06:44
Message-ID: 168134800412.2127917.6600594986464349339@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/extend-extensions.html
Description:

This needs a section on how to remove Extensions.
My specific case is I have an old extension with no make file and i have to
remove it manually.
I have deleted all the files by looking at a sample make install log.
But even then something remains because pg_upgrade still flags a
c-extension that is already obsolete.

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2023-04-20 15:49:06 documentation for PGLOADBALANCEHOSTS environment variable in libpq
Previous Message Kirk Wolak 2023-04-12 22:21:06 Re: Remove obsolete mention of backslashes as escapes