Re: BUG #16486: Prompted password is ignored when password specified in connection string

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #16486: Prompted password is ignored when password specified in connection string
Дата
Msg-id 20201003021958.GC17425@momjian.us
обсуждение исходный текст
Ответ на Re: BUG #16486: Prompted password is ignored when password specified in connection string  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: BUG #16486: Prompted password is ignored when password specified in connection string  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-bugs
On Thu, Sep  3, 2020 at 03:05:38PM -0400, Bruce Momjian wrote:
> On Wed, Sep  2, 2020 at 03:47:40PM -0400, Tom Lane wrote:
> > Bruce Momjian <bruce@momjian.us> writes:
> > > I used a later version of Tom's patch to add documentation of how
> > > connection strings can override command-line options, plus it has the
> > > password description improvements.
> > 
> > >          <option>--all</option>) is not used, the database name is read
> > >          from the environment variable <envar>PGDATABASE</envar>.  If
> > >          that is not set, the user name specified for the connection is
> > > -        used.
> > > +        used.  <link linkend="libpq-connstring">Connction strings</link>
> > > +        can also be used for connection specifications, and these can
> > > +        override other command-line options.
> > >         </para>
> > >        </listitem>
> > >       </varlistentry>
> > 
> > * Spellcheck (not "Connction" please)
> > 
> > * I do not like the wording "can override", because that's just impossibly
> > vague.  It leaves the reader wondering whether there are cases where that
> > doesn't happen.
> > 
> > I'd suggest wording more like
> > 
> >     The <replaceable>dbname</replaceable> can be a
> >     <link ...>connection string</link>.  If so, connection parameters
> >     found in the connection string will override any conflicting command
> >     line options, such as <option>--username</option>.
> 
> Sure, makes sense.  Updated patch attached.

Patch applied to all supported versions;  thanks for the report.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




В списке pgsql-bugs по дате отправления:

Предыдущее
От: lights go out
Дата:
Сообщение: Unnecessary FOR UPDATE lock instead of possible FOR NO KEY UPDATE lock in an UPSERT statement
Следующее
От: Naveen Kumar
Дата:
Сообщение: Adding partitions to the existing table in PostgreSQL