Re: [GENERAL] Tablespace Issue

2011-02-17 Thread Scott Mead
On Thu, Feb 17, 2011 at 4:08 AM, Adarsh Sharma wrote: > Dear all, > > Today I got to have a strong issue while craeting table in a database. > > pdc_uima=# create table clause2_naxal as select * from clause2 c > ,page_naxal_v3 p where c.source_id = p.crawled_page_id; > ERROR: could not extend re

[GENERAL] Tablespace Issue

2011-02-17 Thread Adarsh Sharma
Dear all, Today I got to have a strong issue while craeting table in a database. pdc_uima=# create table clause2_naxal as select * from clause2 c ,page_naxal_v3 p where c.source_id = p.crawled_page_id; ERROR: could not extend relation pg_tblspc/17208/17216/23098672: No space left on device