Re: Query issue

2021-02-28 Thread Aditya Toshniwal
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 wrote: > On 27/02/2021 13:32, Sachi

Re: Query issue

2021-02-27 Thread Ray O'Donnell
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 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 gi

Query issue

2021-02-27 Thread Sachin Kumar
Hi Team, Please help me out in running DESCRIBE TABLE in pgadmin 5.0, which is being used in psql with \d -- Best Regards, Sachin Kumar