Yes i may drop the indexes even , but is it quite usual
to take these work arounds in doing major upgrades.
Regds
Mallah.
Alvaro Herrera wrote:
>On Mon, Nov 10, 2003 at 01:36:20AM +0530, Rajesh Kumar Mallah wrote:
>
>
>
>>PS: i do not want to edit the (splitted) dump file , my database
>>is ~ 7 GB
>>
>>
>
>You can "edit" the dump file by means of
>perl -pi -e 's/^CREATE INDEX.*gist.*//' dump-file
>
>or something like that ...
>(this isn't a solution to your problem, but may serve as workaround)
>
>
>