mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
10 lines
287 B
Text
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
|