Thread: pg_tblspc links question

pg_tblspc links question

From
Kevin Kempter
Date:
Hi all;

I'm moving a db install from one server to another. the source box had 2
tablespaces and I see this in the pg_tblspc dir:

lrwxrwxrwx 1 postgres postgres 20 2009-08-10 19:23 17261 ->
/san_B/pwreport_3000
lrwxrwxrwx 1 postgres postgres 20 2009-08-11 17:20 17625 ->
/san_A/pwreport_1000
lrwxrwxrwx 1 postgres postgres 20 2009-08-11 17:20 17626 ->
/san_B/pwreport_3000

I wonder, why do the links point to /san_B/pwreport_3000 as opposed to being
linked to the actual /san_B/pwreport_3000/17xxx dir?