pgsql-server/ oc/src/sgml/ref/pg_ctl-ref.sgml ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/pg_ctl-ref.sgml ...
Date: 2003-03-20 05:00:14
Message-ID: 20030320050014.AAD0E476306@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 03/03/20 00:00:14

Modified files:
doc/src/sgml/ref: pg_ctl-ref.sgml
src/bin/pg_ctl : Makefile pg_ctl.sh

Log message:
(Now featuring documentation: fixed some typos, expanded the
Envrironment and Files section, explained exactly what -w
does)

This is a patch which allows pg_ctl to make an intelligent
guess as to the proper port when running 'psql -l' to
determine if the database has started up (the -w flag).

The environment variable PGPORT is used. If that is not found,
it checks if a specific port has been set inside the postgresql.conf
file. If it is has not, it uses the port that Postgres was
compiled with.

Greg Sabino Mullane greg(at)turnstep(dot)com

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-03-20 05:06:55 pgsql-server/src/backend/catalog information_s ...
Previous Message Bruce Momjian - CVS 2003-03-20 04:52:35 pgsql-server/src/test/regress regress.c