Re: Questions: How to configure PostgreSQL at the beginning ....

From: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
To: "'Tomas Pasterak'" <tomipasterak(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Questions: How to configure PostgreSQL at the beginning ....
Date: 2013-02-19 14:41:07
Message-ID: 005c01ce0eaf$27905880$76b10980$@kapila@huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, February 19, 2013 4:37 PM Tomas Pasterak wrote:

> I have downloaded and installed the latest PostgreSQL version V9.2 to my
Windows 7 OS PC.
> I want to have it running on my PC, as local host.

> Now I am facing some problems.

> 1.) I do not know, how to fill in the properties tab for the server, as
name, host (what shall be host, shall 
> I put there localhost or 127.0.0.1?), service field, Maintenance DB field
(can it be named as postgres?)?
> And, what shall I put as user name? And password? Is there something
predefined? Or how and where shall I change it? 
> In which conf file? 
> It does not accept what I add there ....

> I want to have it as simple as possible, I want to connect my PHP scripts
with the PostgreSQL DB on my PC.

> 2.) Via the psql console, I can not login myself .... I want to create
tables etc., but I need to overcome the
> connection and 
> login procedure and again, I do not know what to put there, as it does not
accept what I enter there ...

> Server [localhost]: What to put here?
> Database [postgres]: What to put here?
> Port [5432]: What to put here?
> Username [postgres]: What to put here?
> Password: What to put here?

> The message returned is for example this: 
> psql: could not translate host name "Tomas" to address: Unknown server
error
> Press any key to continue ...

Have your psql.exe -d postgres?
If your server is started with default configuration it should work.

> 3.) There are also some .conf files, like postgresql.conf, pg_hba.conf,
pgpass.conf. What shall I put there?
> I played with that, but it does not work, I want to have it simple.

You don't need to change there unless you want something specific.
After initdb, the server should start with
Pg_ctl.exe start -D data_dir

Where data_dir is the path where you have created your database.

With Regards,
Amit Kapila.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-02-19 15:02:57 Re: Questions: How to configure PostgreSQL at the beginning ....
Previous Message Adrian Klaver 2013-02-19 14:25:06 Re: Connection with server dropping out