Re: error while starting database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nitin Saxena" <nitinmca05(at)gmail(dot)com>
Cc: "Douglas Toltzman" <doug(at)oakstreetsoftware(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: error while starting database
Date: 2007-08-18 16:15:01
Message-ID: 12790.1187453701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nitin Saxena" <nitinmca05(at)gmail(dot)com> writes:
> All the command such as gives following output;

> 1: :ls -a/tmp: No such file or directory

> 2 : "rm -f/tmp/.s.PGSQL.5432"
> bash: rm -f/tmp/.s.PGSQL.5432: No such file or directory

The reason these commands aren't working for you is you're not putting any
space between the switch and the filename. I suggest doing some basic
studying of Unix command line stuff...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Douglas Toltzman 2007-08-18 17:01:43 Re: error while starting database
Previous Message Gregory Stark 2007-08-18 15:34:24 Re: error while starting database