opnsense-ports/databases/pguri/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

9 lines
143 B
Text

[
{ type: install
message: <<EOM
In order to use the extension within database execute the following command:
CREATE EXTENSION uri;
EOM
}
]