• Magnus Hagander's avatar
    Remove spclocation field from pg_tablespace · 16d8e594
    Magnus Hagander authored
    Instead, add a function pg_tablespace_location(oid) used to return
    the same information, and do this by reading the symbolic link.
    
    Doing it this way makes it possible to relocate a tablespace when the
    database is down by simply changing the symbolic link.
    16d8e594
pg_dumpall.c 51.9 KB