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

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: Sasmit Utkarsh <utkarshsasmit(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Need Assistance: Command to display procedures does not work
Date: 2024-02-28 16:55:23
Message-ID: F222AA11-49DD-4BC4-8924-F292BC444360@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Feb 28, 2024, at 8:53 AM, Sasmit Utkarsh <utkarshsasmit(at)gmail(dot)com> 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.
>
> [sutkarsh-a(at)dxctravel(dot)svcs(dot)entsvcs(dot)com@zuccmshcd2 data-exports]$ psql "host=10.166.18.116 port=5432 dbname=shc_data user=shc_admin password=abc123 sslmode=require"
> psql (10.23, server 14.9)
> WARNING: psql major version 10, server major version 14.
> Some psql features might not work.

The version difference between your psql client installation and the server installation is the problem.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-02-28 16:59:29 Re: Non-Stored Generated Columns
Previous Message Sasmit Utkarsh 2024-02-28 16:52:01 Re: Need Assistance: Command to display procedures does not work