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, o

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-backp

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 shou

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 a

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

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

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

[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: src/bin/psql/h