Re: [GENERAL] Moving some of Postgres off a SSD

2012-12-18 Thread Christoph Berg
Re: Robert James 2012-12-18 > I have Postgres running on a SSD. The data is now almost 50GB, which > is filling up the drive. > > How can I move some of the data to my HDD? Use a TABLESPACE. Christoph -- c...@df7cb.de | http://www.df7cb.de/ -- Sent via pgsql-general mailing list (pgsql-ge

[GENERAL] Moving some of Postgres off a SSD

2012-12-18 Thread Robert James
I have Postgres running on a SSD. The data is now almost 50GB, which is filling up the drive. How can I move some of the data to my HDD? My priorities are, in this order: 1. Reliable - I don't want anything that will corrupt the data 2. Easy - I have a few dozen databases, I don't want to do too