You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/pg-gvm/files
root a269a5e360
Sync with portage [Tue Jul 4 12:27:28 MSK 2023].
11 months ago
..
README.gentoo Sync with portage [Tue Jul 4 12:27:28 MSK 2023]. 11 months ago

README.gentoo

To use the extension in a database create the extension using

CREATE EXTENSION "pg-gvm";

You can do this on the gvmd database running:

root ~ # sudo -u postgres psql gvmd
gvmd=> CREATE EXTENSION "pg-gvm";
gvmd=> \q

Please, read: https://github.com/greenbone/pg-gvm/#use-the-extension