Re: pg_dump --no-tablespaces patch

Поиск
Список
Период
Сортировка
От Gavin M. Roy
Тема Re: pg_dump --no-tablespaces patch
Дата
Msg-id af1bce590708300839i57bec10by9955694df1dff7eb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump --no-tablespaces patch  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_dump --no-tablespaces patch  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
I wanted to push to see if I made a version of this patch against CVS
head if we could see it included in 8.3.

It's of clear value for people who use pg_dump and tablespaces.  HOT
and tsearch development still continues and implementations of each
feature are still being discussed/debated as of this morning.  It
seems to me that 8.3 code base is not static and we're not at the bug
cleanup phase of nearing release.

This patch is minor and makes admin, backup and recovery much easier
for people who use the tablespace feature and elect not to use
pg_dumpall.  I think waiting for 8.4 at this point is a bit silly,
given the scope of code and impact of the patch.

Gavin

On 7/17/07, Bruce Momjian <bruce@momjian.us> wrote:
>
> This has been saved for the 8.4 release:
>
>         http://momjian.postgresql.org/cgi-bin/pgpatches_hold
>
> ---------------------------------------------------------------------------
>
> Gavin M. Roy wrote:
> > This is the patch I proposed on hackers to make pg_dump optionally ignore
> > tablespaces.  The patch is against 8.2.4.  If I should be applying it to CVS
> > head or what not, please let me know (along with any thoughts, concerns or
> > issues).
> >
> > Gavin
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: Don't 'kill -9' the postmaster
>
> --
>   Bruce Momjian  <bruce@momjian.us>          http://momjian.us
>   EnterpriseDB                               http://www.enterprisedb.com
>
>   + If your life is a hard drive, Christ can be your backup. +
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HOT patch - version 14
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump --no-tablespaces patch