GPG signing

From: Marc Munro <marc(at)bloodnok(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: GPG signing
Date: 2020-05-26 19:01:02
Message-ID: 1590519662.31834.32.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Thanks.

__
Marc

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-05-26 19:04:28 Re: GPG signing
Previous Message Adrian Klaver 2020-05-26 17:13:45 Re: Advise on how to install pl/perl on existing DB.