Re: odd problem !

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: odd problem !
Date: 2005-03-24 05:48:39
Message-ID: 23317.1111643319@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes:
>> The hard part is CREATE TABLESPACE, and the reason it's hard is that
>> someone might possibly want the tablespace to be located at a different
>> place on the recipient machine than it is on the master. I do not see a
>> reasonable way to support that at the moment. For the moment I think we
>> should just document that as a gotcha, and make a TODO item to find a
>> way to do it.

> Here is a docs patch which adds a note to the section on PITR.

I already applied something about this to CVS. Do you want to modify
the wording of what's there now?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2005-03-24 06:11:11 Re: odd problem !
Previous Message Gavin Sherry 2005-03-24 05:19:47 Re: odd problem !