Re: Where is my app installed? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Where is my app installed?
Date
Msg-id 38196e79-a85e-4a7e-b468-249b0226c6b8@aklaver.com
Whole thread Raw
In response to Re: Where is my app installed?  (Muhammad Ikram <mmikram@gmail.com>)
List pgsql-general
On 8/22/24 21:57, Muhammad Ikram wrote:
> Hi Arbol,
> 
> Try to find any binary  e.g.
> 
> find /usr -name pg_ctl
> /usr/local/pgsql/bin/pg_ctl
> /usr/lib/postgresql/16/bin/pg_ctl
> 
>   find /usr -name psql
> /usr/bin/psql
> /usr/local/pgsql/bin/psql
> /usr/lib/postgresql/16/bin/psql
> 
> 
> Later you may create a symlink or add in PATH.
> Hope this helps.

No what you want to do is read:

man pg_wrapper

and the other Debian specific commands

man pg_lscluster, pg_ctlcluster, pg_dropcluster, etc.

Learn what the packaging provides instead of fighting it.

> 
> 
> Regards,
> Ikram
> 
> 
> 
> 

> Muhammad Ikram
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Muhammad Ikram
Date:
Subject: Re: Where is my app installed?
Next
From: Ron Johnson
Date:
Subject: Re: where is postres installed?