gentoo-ebuilds/dev-db/pg-gvm/files/README.gentoo
Giuseppe Foti ef79388514
dev-db/pg-gvm: new package, add 22.5.1
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2023-07-03 10:15:22 +02:00

10 lines
287 B
Text

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