summaryrefslogtreecommitdiff
path: root/dev-db/pg-gvm/files/README.gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pg-gvm/files/README.gentoo')
-rw-r--r--dev-db/pg-gvm/files/README.gentoo10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/pg-gvm/files/README.gentoo b/dev-db/pg-gvm/files/README.gentoo
new file mode 100644
index 000000000000..1e751010d077
--- /dev/null
+++ b/dev-db/pg-gvm/files/README.gentoo
@@ -0,0 +1,10 @@
+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