Search Postgresql Archives

Re: CreateUser error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



jonathan harvey <jonathanharv@xxxxxxxxx> writes:
> I am trying to get PostgreSQL 8.1.4 up and running on fedora core 5.

Have you started the service?  If "ps auxww | grep postgres" doesn't
show some postgres-owned processes, you need

	sudo /sbin/service postgresql start

You probably also want 

	sudo /sbin/chkconfig postgresql on

but that just fixes things so that future reboots will automatically
start the database, it doesn't make it run now.

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux