Re: [DOCS] Moving tablespaces - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [DOCS] Moving tablespaces
Date
Msg-id 4EDBA60D.2050904@dunslane.net
Whole thread Raw
In response to Re: [DOCS] Moving tablespaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [DOCS] Moving tablespaces  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: psql setenv command
Next
From: Tom Lane
Date:
Subject: Re: [DOCS] Moving tablespaces