Jodi Kanter writes:
> I am working with a database that was not created by our team. There are
> some indexes set up on a table and I need to understand what type they are
> and how they are functioning.
> How can I look at this in Postgres?
\d tablename or \d indexname in psql.
--
Peter Eisentraut peter_e(at)gmx(dot)net