select * from pg_tablespace_location((select oid from pg_tablespace where spcname='tsp_fee'));
pg_tablespace_location
------------------------
/tmp/tsp_fee01
(1 row)
postgres=# select * from pg_tablespace_location((select oid from pg_tablespace where spcname='tsp_fee'));
pg_tablespace_location
------------------------
tablespace/tsp_fee01
(1 row)