Re: GPG signing

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Marc Munro <marc(at)bloodnok(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: GPG signing
Date: 2020-05-26 19:04:28
Message-ID: 61f127e1-2e25-10e8-7c0b-4b8b4676b586@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/26/20 12:01 PM, Marc Munro wrote:
> I need to be able to cryptographically sign objects in my database
> using a public key scheme.
>
> Is my only option to install plpython or some such thing? Python
> generally makes me unhappy as I'm never convinced of its stability or
> the quality of its APIs, and it is not obvious to me which of the many
> different gpg-ish packages I should choose.
>
> Any other options? Am I missing something?

https://www.postgresql.org/docs/12/pgcrypto.html#id-1.11.7.34.7

>
> Thanks.
>
> __
> Marc
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2020-05-26 19:06:46 Re: GPG signing
Previous Message Marc Munro 2020-05-26 19:01:02 GPG signing