Skip to content

🐳 Dockette PostgreSQL image with tunning and preinstalled extensions (unaccent)

License

Notifications You must be signed in to change notification settings

dockette/postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Postgres

Tuned PostgreSQL 10/11/12/13/14/15/16/17/18 docker image.

  • extensions unaccent, intarray
  • configured czech language

Docker Stars Docker Pulls

Discussion / Help

Join the chat

Versions

  • PostgreSQL 10/11/12/13/14/15/16/17/18

Usage

docker run --rm -it -p 5432:5432 dockette/postgres:18
docker run --rm -it -p 5432:5432 dockette/postgres:17
docker run --rm -it -p 5432:5432 dockette/postgres:16
docker run --rm -it -p 5432:5432 dockette/postgres:15
docker run --rm -it -p 5432:5432 dockette/postgres:14
docker run --rm -it -p 5432:5432 dockette/postgres:13
docker run --rm -it -p 5432:5432 dockette/postgres:12
docker run --rm -it -p 5432:5432 dockette/postgres:11
docker run --rm -it -p 5432:5432 dockette/postgres:10

Test

SELECT to_tsvector('czech'::regconfig, 'test'); 
SELECT unaccent('Hôtel'); // Hotel
SELECT unaccent('Žluťoučký kůň'); // Zlutoucky kun 

Resources

Thank you for inspiration.

Other resources.

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.

About

🐳 Dockette PostgreSQL image with tunning and preinstalled extensions (unaccent)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors 5