pgsql-server/ oc/src/sgml/ref/pg_ctl-ref.sgml ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/ oc/src/sgml/ref/pg_ctl-ref.sgml ...
Date
Msg-id 20030320050014.AAD0E476306@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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@turnstep.com


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/test/regress regress.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/catalog information_s ...