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/README.gentoo

11 lines
287 B

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