Re: Droping indexes

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Droping indexes
Date: 2007-01-16 16:30:31
Message-ID: 5.2.1.1.0.20070116112920.045a00b0@pop6.sympatico.ca
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

At 11:27 AM 1/16/07, Frank Bax wrote:
>At 10:42 AM 1/16/07, Mario Behring wrote:
>>Thank you for your advise..............I was thinking about doing exactly
>>that, I wasn't sure on how to do it though, meaning, considering the info
>>below, how should I use the CREATE INDEX command to create these indexes??
>
>
>This might provide a clue:
>
>pg_dump -t events | grep ^CREATE

Sorry, perhaps this would be better

pg_dump -s -t events | grep ^CREATE

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sabin Coanda 2007-01-16 16:55:09 Re: Removing CONTEXT message
Previous Message Frank Bax 2007-01-16 16:27:43 Re: Droping indexes