oswilno/scripts/create_pg_dict.sh

10 lines
312 B
Bash
Raw Permalink Normal View History

2022-07-19 16:09:51 +02:00
#!/usr/bin/env zsh
ROOT=${PWD}
sudo cp ./db/dictionary/polish.affix `pg_config --sharedir`/tsearch_data/
sudo cp ./db/dictionary/polish.dict `pg_config --sharedir`/tsearch_data/
sudo cp ./db/dictionary/polish.stop `pg_config --sharedir`/tsearch_data/
psql oswilno postgres -f ./db/dictionary/create_dict.psql