Files
Dan Langille 42714c697f net-mgmt/icingadb: add pkg-message
A PostgreSQL extension needs to be created before using this package.

PR:		276272
2024-01-15 13:55:20 +00:00

12 lines
211 B
Plaintext

[
{ type: install
message: <<EOM
When using this package for the first time, you must first create the
CITEXT extension in your databaes. Issue this command:
create extension if not exists citext;
EOM
}
]