Re: [HACKERS] Moving tablespaces

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Moving tablespaces
Date: 2011-12-04 16:55:41
Message-ID: 4EDBA60D.2050904@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On 12/04/2011 11:41 AM, Tom Lane wrote:
>
>> 1) Remove the column. Rely on the symlink. Create a
>> pg_get_tablespace_location(oid) function, that could be used by
>> pg_dumpall and friends, that just reads the symlink.
> Hm, how portable is symlink-reading? If we can actually do that
> without big headaches, then +1.
>

I wondered that, specifically about Windows junction points, but we seem
to have support for it already in dirmod.c::pgreadlink(). Surely there's
no other currently supported platform where it would even be a question?

cheers

andrew

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2011-12-04 17:07:31 Re: [HACKERS] Moving tablespaces
Previous Message Magnus Hagander 2011-12-04 16:47:11 Re: Moving tablespaces

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-12-04 17:07:31 Re: [HACKERS] Moving tablespaces
Previous Message Andrew Dunstan 2011-12-04 16:49:29 Re: psql setenv command