Re: Newbie needs help with ERROR: could not write to file

From: Chris <dmagick(at)gmail(dot)com>
To: andrew plata <aplata(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Newbie needs help with ERROR: could not write to file
Date: 2006-10-19 01:49:58
Message-ID: 4536D9C6.3090204@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

andrew plata wrote:
> I am trying to following the instructions at URL below to try to create
> a database called web_database required for phpPgAdmin. When I try to do
> this I get the following error:
>
> template1=# create database web_database owner web_user;
> ERROR: could not write to file "base/16390/2682": No space left on device

You've run out of space on the partition that postgres data is on, clear
some space.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-10-19 01:54:02 Re: Newbie needs help with ERROR: could not write to file
Previous Message Robert Treat 2006-10-19 01:47:43 Re: Is Postgres good for large Applications