Re: Need Assistance: Command to display procedures does not work - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Need Assistance: Command to display procedures does not work
Date
Msg-id 665d481a-fdb2-44c2-8809-eae871d1b947@aklaver.com
Whole thread Raw
In response to Re: Need Assistance: Command to display procedures does not work  (Sasmit Utkarsh <utkarshsasmit@gmail.com>)
List pgsql-general
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 
> ('sql_insert_data_procedure','sql_select_data_procedure','sql_select_size_procedure','sql_update_data_procedure');*
>         function_name       | privileges
> ---------------------------+------------
>   sql_select_size_procedure |
>   sql_select_data_procedure |
>   sql_insert_data_procedure |
>   sql_update_data_procedure |
> (4 rows)
> 
> but when I try to connect to the same db on PgAdmin4, I don't see the 
> list even after refresh. Why is that different?

1) Are you sure you are connecting to correct database.

2) If I followed your previous posts correctly those functions where not 
in the public schema you are looking at in pgAdmin4. They where in the 
shc(?) schema which I am pretty sure is the second schema in the 
Schemas(2) in the object tree.


>  Thet
> image.png
> 
> 
> 
> 
> 
> Regards,
> Sasmit Utkarsh
> +91-7674022625
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Non-Stored Generated Columns
Next
From: Sasmit Utkarsh
Date:
Subject: Re: Need Assistance: Command to display procedures does not work