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

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres

Tuned PostgreSQL 10/11/12/13/14/15/16/17 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

Usage

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.

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •