Re: BUG #15874: How to Install Plug-ins on Windows System

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: 14983030(at)qq(dot)com
Subject: Re: BUG #15874: How to Install Plug-ins on Windows System
Date: 2019-06-26 05:53:08
Message-ID: 741bd7b3-f9ef-c2ef-3d01-ea4ae9b87401@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form schrieb am 26.06.2019 um 06:57:
> The following bug has been logged on the website:
>
> Bug reference: 15874
> Logged by: How to Install Plug-ins on Windows System
> Email address: 14983030(at)qq(dot)com
> PostgreSQL version: 11.4
> Operating system: windows
> Description:
>
> How to Install Plug-ins on Windows System
> auto_explain 、
> citext
> DBLINK
> hstore
> pg_trgm
> Can you explain the detailed installation steps or methods and how the
> document most installs the plug-in written in detail?
>
All of those extensions are pre-packaged with the Windows distributions.

So all you need to do is to run CREATE EXTENSION to install most of them in the current database.

One exception is the auto_explain extension which requires to load shared libraries, but the installation explained in the manual:

https://www.postgresql.org/docs/current/auto-explain.html

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-06-26 10:04:35 BUG #15875: Unexpected serializable isolation error when INSERTing into a table
Previous Message Amit Langote 2019-06-26 05:50:49 Re: BUG #15724: Can't create foreign table as partition