Is postgresql-client-11 missing from the PGDG repositories for Debian?
I'm building a Docker image on Debian "stretch" with the PGDG repositories
enabled. It requires libpq-dev and postgresql-client-xx. When xx is 10, it
works. But when xx is 11 it says apt=get can't find the package.
I did find the package on the Debian experimental website -
https://packages.debian.org/experimental/postgresql-client. But it doesn't
seem to be in PGDG - should it be there?
--
Mastering DFS Analytics https://leanpub.com/masteringdfsanalytics
Markovs of the world, unite! You have nothing to lose but your chains!
Hi
Postgresql 11 is not released yet. You need specify repository explicitly, as say in wiki: https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_to_try_the_beta_version_of_the_next_PostgreSQL_release
Debian experimental repository can contains some experimental or beta version packages.
regards, Sergei