Re: Extracting Index Creation Script

Поиск
Список
Период
Сортировка
От Paul Silveira
Тема Re: Extracting Index Creation Script
Дата
Msg-id 13384579.post@talk.nabble.com
обсуждение исходный текст
Ответ на Extracting Index Creation Script  (Paul Silveira <plabrh1@gmail.com>)
Список pgsql-general
Hello,

I answered my own question. :)  I continued looking last night after I
posted this and found a really easy way to get this info...

select * from pg_indexes
where tablename like 'YOURTABLENAME'

This will give you the DDL to create your indexes.

Regards,

Paul





Paul Silveira wrote:
>
> Hello,
>
> Does anyone have any good code to extract the metadata needed to create
> indexes on a specific table?  The Client Tools (like pgadmin-III) presents
> that code so I'm sure it's extractable but could not find it in my trace
> that I ran while operating pgadmin...
>
> Thanks in advance,
>
> Paul
>
>

--
View this message in context: http://www.nabble.com/Extracting-Index-Creation-Script-tf4680848.html#a13384579
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: using libpq.lib in Microsoft C++ (managed)
Следующее
От: rihad
Дата:
Сообщение: 8.3b1 in production?