From e3eb08df5be6a27b7476c3c543952098bed41bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 7 Jan 2025 11:16:51 +0100 Subject: [PATCH] Change: Update README for the purpose of this library Clarify the purpose of the pg-gvm library. The old statement was misleading. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21ee8cf..dbdbb9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png) -# Greenbone Library for ical functions +# Greenbone Library for PostgreSQL utility functions -This library contains functionality for ical object manipulation. +This library contains PostgreSQL utility functions. For example to compute host +and ical information within SQL statements. # Build and Installation @@ -32,6 +33,7 @@ This extension can be configured, built and installed with the following command cmake . make && make install ``` + ## Use the extension To use the extension in a database create the extension using