I am running postgreSQL 13 server/client successfully on my workstation but am
having problems setting it up in a docker container, both running CentOS 7. I
have previously run postgreSQL 9.6 successfully in docker but right now I am
unable to initialize the database under pg 13. For some reason
On 01/05/2021 08:58 PM, H wrote:
> I am compiling an application that uses postgreSQL 13 and Qt 5.12. I have
> built the latter from scratch and successfully linked with libraries for
> postgreSQL 9.6 (the current version on CentOS 7) but have run into problems
> with postgreSQL 13. The server,
I am compiling an application that uses postgreSQL 13 and Qt 5.12. I have built
the latter from scratch and successfully linked with libraries for postgreSQL
9.6 (the current version on CentOS 7) but have run into problems with
postgreSQL 13. The server, client and libs are available in the post