Fw: Re: createdb does not work?!

Поиск
Список
Период
Сортировка
От H S
Тема Fw: Re: createdb does not work?!
Дата
Msg-id 738725.91812.qm@web65909.mail.ac4.yahoo.com
обсуждение исходный текст
Список pgsql-admin


--- On Tue, 3/15/11, H S <aras_h1988@yahoo.com> wrote:

From: H S <aras_h1988@yahoo.com>
Subject: Re: [ADMIN] createdb does not work?!
To: "dhaval jaiswal" <dhavallj@hotmail.com>
Date: Tuesday, March 15, 2011, 9:31 AM

in one terminal I have recieved this notes:

LOG:  database system was shut down at 2011-03-15 07:56:00 EDT
LOG:  autovacuum launcher started
LOG:  database system is ready to accept connections

then I open another terminal and
insert command createdb and so on.

It is correct?

and please let me know which commands or shortcuts is useful for working with it.



--- On Tue, 3/15/11, dhaval jaiswal <dhavallj@hotmail.com> wrote:

From: dhaval jaiswal <dhavallj@hotmail.com>
Subject: Re: [ADMIN] createdb does not work?!
To: aras_h1988@yahoo.com, pgsql-admin@postgresql.org
Date: Tuesday, March 15, 2011, 8:34 AM

Try following command
 
createdb -h <hostname> -p <port_number> -U <user_name> [DBNAME]
psql -d [DBNAME]  -U <user_name>

 

Date: Mon, 14 Mar 2011 21:39:17 -0700
From: aras_h1988@yahoo.com
Subject: [ADMIN] createdb does not work?!
To: pgsql-admin@postgresql.org

Dear Sirs,
After this command , what I should do?
Can not use createdb  test  command and psql test. 
I installed correctly postgres by source code.


[postgres@localhost bin]$ ./postgres -D /usr/local/pgsql/data

LOG:  database system was shut down at 2011-03-15 07:56:00 EDT
LOG:  autovacuum launcher started
LOG:  database system is ready to accept connections







В списке pgsql-admin по дате отправления:

Предыдущее
От: dhaval jaiswal
Дата:
Сообщение: Re: createdb does not work?!
Следующее
От: "Gnanakumar"
Дата:
Сообщение: Re: PSQLException: ERROR: could not open relation with OID xxxx