hunspell_nn_no
Norwegian (norsk) Hunspell Dictionary
	Module:
Categories:
Overview
PIGSTY 3rd Party Extension:  hunspell_nn_no : Norwegian (norsk) Hunspell Dictionary
Information
- Extension ID: 2176
- Extension Name: hunspell_nn_no
- Package Name: hunspell
- Category: FTS
- License: PostgreSQL
- Website: https://github.com/postgrespro/hunspell_dicts
- Language: Data
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0
- Postgres Support: 17,16,15,14,13
- Need Load: Shared library do not need explicit loading
- Need DDL:  Need CREATE EXTENSIONDDL
- Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name: hunspell_nn_no_$v
- RPM Ver : 1.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name: postgresql-$v-hunspell-nn-no
- DEB Ver : 1.0
- DEB Deps: N/A
Availability
Installation
Install hunspell_nn_no via the pig CLI tool:
pig ext install hunspell_nn_no
Install hunspell_nn_no via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["hunspell_nn_no"]}' # -l <cls>
Install hunspell_nn_no RPM from YUM repo directly:
dnf install hunspell_nn_no_17;
dnf install hunspell_nn_no_16;
dnf install hunspell_nn_no_15;
dnf install hunspell_nn_no_14;
dnf install hunspell_nn_no_13;
Install hunspell_nn_no DEB from APT repo directly:
apt install postgresql-17-hunspell-nn-no;
apt install postgresql-16-hunspell-nn-no;
apt install postgresql-15-hunspell-nn-no;
apt install postgresql-14-hunspell-nn-no;
apt install postgresql-13-hunspell-nn-no;
Create hunspell_nn_no extension on PostgreSQL cluster:
CREATE EXTENSION hunspell_nn_no;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.