Re: Newbie: port

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Fajar Priyanto <fajarpri(at)arinet(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Newbie: port
Date: 2003-11-17 09:25:12
Message-ID: Pine.LNX.4.44.0311171122420.6828-100000@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On Mon, 17 Nov 2003, Fajar Priyanto wrote:

> On what port does postgre run?

If you've activated tcpip_socket on postgresql.conf, then postmaster will
listen 5432, as default. You're free to change the port in postgresql.conf
bye modifying port variable by setting it to an unused port.

> How do I know if postgre already running on my box?

YOu could use psql.

psql template1 -U postgres

will work.

Regards,

- --
Devrim GUNDUZ
devrim(at)gunduz(dot)org devrim(dot)gunduz(at)linux(dot)org(dot)tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/uJP5tl86P3SPfQ4RAkHPAJ0ZRfaexRWHd5k6+/MFCMae1clXKgCgsKCG
XHyzsOBG34ZNCxDzAYvW+AA=
=BczP
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yury Shvetsov 2003-11-17 10:23:15 SQL text of view
Previous Message Fajar Priyanto 2003-11-17 09:12:14 Newbie: port