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.