PostgreSQL Client on SUSE Linux

On an SUSE Linux server I need the tools psql, pg_dump and pg_restore, without the whole database server installation. Other distributions provide an postgresql-client package (Ubuntu) but I am unable to find anything similar for SUSE in the repostiroy

Is there any other repository or any other way to accomplish this?

1 Answer

On Suse, the client utils are available in postgresql<release>, from the description: postgresql - Basic Clients and Utilities for PostgreSQL. This package does not contain any of the server code. The server code is contained within postgresql<release>-server, description: postgresql-server - The Programs Needed to Create and Run a PostgreSQL Server.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like