Re: Where is my app installed?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Muhammad Ikram <mmikram(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Arbol One <ArbolOne(at)hotmail(dot)ca>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Where is my app installed?
Date: 2024-08-23 05:10:07
Message-ID: 38196e79-a85e-4a7e-b468-249b0226c6b8@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-08-23 05:21:39 Re: where is postres installed?
Previous Message Muhammad Ikram 2024-08-23 04:57:39 Re: Where is my app installed?