pgsql-server/src backend/main/main.c backend/t ...

Started by Nonameabout 22 years ago4 messages
#1Noname
petere@svr1.postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere@svr1.postgresql.org 03/10/18 19:59:09

Modified files:
src/backend/main: main.c
src/backend/tcop: postgres.c
src/backend/utils/misc: guc.c help_config.c
src/include/utils: help_config.h

Log message:
Cleanup on --help-config: Now called --describe-config, no further options,
machine readable, without headers, not sorted. Parameter descriptions
adjusted to fit first sentence + rest convention.

#2Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Noname (#1)
Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t ...

Peter Eisentraut - PostgreSQL wrote:

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere@svr1.postgresql.org 03/10/18 19:59:09

Modified files:
src/backend/main: main.c
src/backend/tcop: postgres.c
src/backend/utils/misc: guc.c help_config.c
src/include/utils: help_config.h

Log message:
Cleanup on --help-config: Now called --describe-config, no further options,
machine readable, without headers, not sorted. Parameter descriptions
adjusted to fit first sentence + rest convention.

Don't we need to document this? I don't see any SGML commits above.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t ...

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Peter Eisentraut - PostgreSQL wrote:

Cleanup on --help-config: Now called --describe-config, no further options,
machine readable, without headers, not sorted.

Don't we need to document this? I don't see any SGML commits above.

It wasn't documented before. But perhaps it should be now.

regards, tom lane

#4Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Tom Lane (#3)
Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Peter Eisentraut - PostgreSQL wrote:

Cleanup on --help-config: Now called --describe-config, no further options,
machine readable, without headers, not sorted.

Don't we need to document this? I don't see any SGML commits above.

It wasn't documented before. But perhaps it should be now.

I assume it wasn't documented before because no one wanted to stand
behind that API --- I assume now that we will and it will not change in
future releases.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073