Postgresql | Tablespaces on multiple file systems
Postgresql (PG) is a quite powerful open source database systems and widely used as DB for many application types.By default, PG stores its data in one particular space, usually under /var/lib/pgsql/data.Sometimes …