Re: show index from [table] - Mailing list pgsql-sql

From Andreas Kretschmer
Subject Re: show index from [table]
Date
Msg-id 20070608154753.GA23791@KanotixBox
Whole thread Raw
In response to show index from [table]  (Stefan Zweig <stefanzweig1881@web.de>)
Responses Re: show index from [table]  (Ireneusz Pluta <ipluta@wp.pl>)
List pgsql-sql
Stefan Zweig <stefanzweig1881@web.de> schrieb:

> hi list,
> 
> currently i am switching from mysql to pgsql, so i am a bit new to
> postgres' syntax.

You are welcome.

> 
> at the moment i am looking in postgres for something which is similar
> to SHOW INDEX FROM [table] in mysql. unfortunately i could not find
> anything satisfying relating to this issue. 
> 
> i have found out, that there is the -di option with psql.

Yes, right.

> 
> but actually i would need the information from within a (postgres)
> sql-query. is there a possibility to get information about the indices
> which have been created on a table?

Yes, of corse. Please start psql with the -E - option. Now you can see
the underlying sql-statement for commands like \di.


Andreas
-- 
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°


pgsql-sql by date:

Previous
From: Stefan Zweig
Date:
Subject: show index from [table]
Next
From: Ireneusz Pluta
Date:
Subject: Re: show index from [table]