postgresql psql command d does not list indexes
I created a table in PGSQL (version 13) using the following command: db1=# create table temp2( foo int PRIMARY KEY, bar varchar(20) UNIQUE NOT NULL ); CREATE TABLE The d or d+ command does not list the associated indexes for…