[PATCHES] \password in psql help

2008-03-26 Thread Magnus Hagander
The \password command appears to be documented in the psql reference page, but not included in the output of the \? command. Is there any actual reason for that, or should I just apply the attached patch? (which means I will apply it unless there are objections :-P) //Magnus Index:

Re: [PATCHES] \password in psql help

2008-03-26 Thread Heikki Linnakangas
Magnus Hagander wrote: + fprintf(output, _( \\password [USERNAME]\n + securely change the password for a user\n)); I would leave out the word securely. Unless you want to provide another command for changing it insecurely ;-). What does

Re: [PATCHES] \password in psql help

2008-03-26 Thread Alvaro Herrera
Heikki Linnakangas wrote: Magnus Hagander wrote: +fprintf(output, _( \\password [USERNAME]\n + securely change the password for a user\n)); I would leave out the word securely. Unless you want to provide another command for changing it

Re: [PATCHES] \password in psql help

2008-03-26 Thread Magnus Hagander
On Wed, 26 Mar 2008 10:43:48 -0300 Alvaro Herrera [EMAIL PROTECTED] wrote: Heikki Linnakangas wrote: Magnus Hagander wrote: + fprintf(output, _( \\password [USERNAME]\n +securely change the password for a user\n)); I would leave out the

Re: [PATCHES] \password in psql help

2008-03-26 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: The \password command appears to be documented in the psql reference page, but not included in the output of the \? command. Is there any actual reason for that, or should I just apply the attached patch? Presumably somebody forgot. While you're at

Re: [PATCHES] \password in psql help

2008-03-26 Thread Magnus Hagander
On Wed, 26 Mar 2008 10:44:43 -0400 Tom Lane [EMAIL PROTECTED] wrote: Magnus Hagander [EMAIL PROTECTED] writes: The \password command appears to be documented in the psql reference page, but not included in the output of the \? command. Is there any actual reason for that, or should I just

Re: [PATCHES] \password in psql help

2008-03-26 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: The \password command appears to be documented in the psql reference page, but not included in the output of the \? command. Is there any actual reason for that, or should I just apply the attached patch? Just to be sure - this is non-backpatch stuff,

Re: [PATCHES] \password in psql help

2008-03-26 Thread Magnus Hagander
On Wed, 26 Mar 2008 11:35:22 -0400 Tom Lane [EMAIL PROTECTED] wrote: Magnus Hagander [EMAIL PROTECTED] writes: The \password command appears to be documented in the psql reference page, but not included in the output of the \? command. Is there any actual reason for that, or should I just