Hi Sachin,

As Ray mentioned, \d does not work with the query tool. Reason begin, \d is
psql utility and not a standard PostgresQL clause.
In pgAdmin, you can click on the table and go to the "SQL" tab for the DDL.

On Sat, Feb 27, 2021 at 7:19 PM Ray O'Donnell <r...@rodonnell.ie> wrote:

> On 27/02/2021 13:32, Sachin Kumar wrote:
> > Hi Team,
> >
> > Please help me out in running DESCRIBE TABLE in pgadmin 5.0,  which is
> > being used in psql with \d <tablename>
>
> I don't think you can run the backslash-commands in the query window in
> pgAdmin. Instead, just click on a table and look at the information
> given in the various tabs - all the data returned by \d (and lots more)
> is there.
>
> Ray.
>
> --
> Raymond O'Donnell // Galway // Ireland
> r...@rodonnell.ie
>
>
>

-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Reply via email to