Re: select into problem - Mailing list pgsql-general

From tolik@aaanet.ru (Anatoly K. Lasareff)
Subject Re: select into problem
Date
Msg-id 86og0iil4h.fsf@tolikus.hq.aaanet.ru
Whole thread Raw
In response to select into problem  (Denis Perchine <dyp@perchine.com>)
List pgsql-general
>>>>> "DP" == Denis Perchine <dyp@perchine.com> writes:

 DP> webmailstation=# select * into table stats082000 from stats where sent_date <
 DP> '2000-09-01';
 DP> ERROR:  stats082000: cannot extend.  Check free disk space.

. . .

 DP> Any ideas why this can happend?

It seems there are no space on your hard disk. Check it with 'df' command.

--
Anatoly K. Lasareff              Email:       tolik@aaanet.ru

pgsql-general by date:

Previous
From: Denis Perchine
Date:
Subject: select into problem
Next
From: Nico D
Date:
Subject: Re: Inherited tables, indexes and serials.