Re: select into problem

From: tolik(at)aaanet(dot)ru (Anatoly K(dot) Lasareff)
To: Denis Perchine <dyp(at)perchine(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: select into problem
Date: 2000-10-18 08:55:42
Message-ID: 86og0iil4h.fsf@tolikus.hq.aaanet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "DP" == Denis Perchine <dyp(at)perchine(dot)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(at)aaanet(dot)ru

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nico D 2000-10-18 09:13:10 Re: Inherited tables, indexes and serials.
Previous Message Victor Ivanov 2000-10-18 07:25:05 Re: C function and NULL result