Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Adrian Klaver
On 2/28/24 10:15, Sasmit Utkarsh wrote: Hi Adrian, Sorry, Yes I did connect to the correct DB and it's just a test database and there's no shc schema. After giving the pronamespace::regnamespace. I do see it has another schema as test. Thanks a lot for your guidance, pgAdmin4 was telling yo

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Sasmit Utkarsh
Hi Adrian, Sorry, Yes I did connect to the correct DB and it's just a test database and there's no shc schema. After giving the pronamespace::regnamespace. I do see it has another schema as test. Thanks a lot for your guidance, will make next time i verify with this details first, switching betwe

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Adrian Klaver
On 2/28/24 09:13, Sasmit Utkarsh wrote: Reply to list also Ccing list HI Adrian, Related to shc shema, they were part of different host/machine. Currently, I'm seeing the result for this discrepancy on another server machine where we have only a public schema. 1) I doubt that if this is the

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Sasmit Utkarsh
Hello Adria/Rob, Please note, 'shc' schema was part of a different machine/host. For now, I see issue on another host machine which i connect using psql and PgAdmin4 and get different result on both and we have only public schema here on this machine shc_data=> SELECT proname AS function_name,pro

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Adrian Klaver
On 2/28/24 09:08, Sasmit Utkarsh wrote: Thanks Rob So which one could I rely on for better information? probably, results shown by PgAdmin4 right? As  I get the below when I try to drop procedure through psql cmd and i see the procedure getting fetched from the query shc_data=> SELECT prona

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Sasmit Utkarsh
Thanks Rob So which one could I rely on for better information? probably, results shown by PgAdmin4 right? As I get the below when I try to drop procedure through psql cmd and i see the procedure getting fetched from the query shc_data=> SELECT proname AS function_name,proacl AS privileges FROM

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Adrian Klaver
On 2/28/24 08:52, Sasmit Utkarsh wrote: Hi Adrian, Thanks for the info, But I have another question: I could see the below functions list with the help on query execution on psql command line   shc_data=> S*ELECT proname AS function_name,proacl AS privileges FROM pg_proc WHERE proname in (

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Rob Sargent
> On Feb 28, 2024, at 8:53 AM, Sasmit Utkarsh wrote: > > Hi Postgresql Team, > > Getting error while executing the below \df command to list the > procedures/functions. whereas query gives the appropriate results Please > assist on how to troubleshoot this. > > [sutkars...@dxctravel.svcs.e

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Sasmit Utkarsh
Hi Adrian, Thanks for the info, But I have another question: I could see the below functions list with the help on query execution on psql command line shc_data=> S*ELECT proname AS function_name,proacl AS privileges FROM pg_proc WHERE proname in ('sql_insert_data_procedure','sql_select_data_pr

Re: Need Assistance: Command to display procedures does not work

2024-02-28 Thread Adrian Klaver
On 2/28/24 07:53, Sasmit Utkarsh wrote: Hi Postgresql Team, Getting error while executing the below \df command to list the procedures/functions. whereas query gives the appropriate results Please assist on how to troubleshoot this. [sutkars...@dxctravel.svcs.entsvcs.com@zuccmshcd2 data-expo

Need Assistance: Command to display procedures does not work

2024-02-28 Thread Sasmit Utkarsh
Hi Postgresql Team, Getting error while executing the below \df command to list the procedures/functions. whereas query gives the appropriate results Please assist on how to troubleshoot this. [sutkars...@dxctravel.svcs.entsvcs.com@zuccmshcd2 data-exports]$ psql "host=10.166.18.116 port=5432 dbna