Re: I don't want to back up index files

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Glen Parker <glenebob(at)nwlink(dot)com>
Cc: jd(at)commandprompt(dot)com, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: I don't want to back up index files
Date: 2009-03-11 15:33:09
Message-ID: 2f4958ff0903110833q763c45c7qc515cb98b3b68a5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Mar 11, 2009 at 3:03 PM, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:

>> Any chance of something like this being done in the future?
>>
>
> I am going to go out on a limb here and say, "no".

That would probably be possible, by placing all indicies in a separate
directory in data, but....
Well, that would create whole another dimension of mess and
requirements on restore.

So like JD said, if you don't want to dump indicies - just use pg_dump...

--
GJ

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2009-03-11 15:35:03 Server Shutting Down
Previous Message Joshua D. Drake 2009-03-11 15:03:25 Re: I don't want to back up index files