Re:

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re:
Дата
Msg-id CAOR=d=0jDvOpQp2bP=1vN+d=wv8j8tR9Ftb1oXFtQ3SR0CbEtQ@mail.gmail.com
обсуждение исходный текст
Ответ на  ("daflmx" <daflmx@qq.com>)
Список pgsql-general
On Sun, Oct 30, 2011 at 7:45 PM, daflmx <daflmx@qq.com> wrote:
> Hi,friends.
> How can I use the postgreSQL database after I have installed the
> postgresql-8.4_8.4.8-0squeeze2_i386.deb?I don't konw which directory it has
> been released to.

Make sure you've got a postgresql-8.4-client or something like that.
sudo su - postgres
psql

and you're in.

If you want to be able to access it as you, then after psql do:

create user yournamehere;
create database yournamehere with owner yournamehere;
\q

then exit the postgres shell.  Now psql for you as joe user should work.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re:
Следующее
От: "daflmx"
Дата:
Сообщение: