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