Re: Psql meta-command conninfo+

Поиск
Список
Период
Сортировка
От Imseih (AWS), Sami
Тема Re: Psql meta-command conninfo+
Дата
Msg-id 456A4CFD-0AB2-4432-B46F-64D5B8C1657B@amazon.com
обсуждение исходный текст
Ответ на RE: Psql meta-command conninfo+  (Maiquel Grassi <grassi@hotmail.com.br>)
Ответы RE: Psql meta-command conninfo+
RE: Psql meta-command conninfo+
Список pgsql-hackers

Building the docs fail for v26. The error is:

 

ref/psql-ref.sgml:1042: element member: validity error : Element term is not declared in member list of possible children

         </member>

                  ^

 

I am able to build up to v24 before the <para> was replaced with <listitem><member>

 

I tested building with a modified structure as below; the <listitem> is a <para>

that has a <simplelist> within it.  Each field is a simple list member and

the the name of the fields should be <literal>.

 

      <varlistentry id="app-psql-meta-command-conninfo">

       <term><literal>\conninfo[+]</literal></term>

       <listitem>

       <para>

        Outputs a string displaying information about the current

        database connection. When <literal>+</literal> is appended,

        more details about the connection are displayed in table

        format:

       <simplelist>

       <member><literal>Database:</literal>The database name of the connection.</member>

       <member><literal>Authenticated User:</literal>The authenticated database user of the connection.</member>

       <member><literal>Current User:</literal>The user name of the current execution context;

          see the <function>current_user()</function> function in

          <xref linkend="functions-info-session-table"/> for more details.</member>

       </simplelist>

       </para>

       </listitem>

      </varlistentry>

 

Regards,

 

Sami

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Improve eviction algorithm in ReorderBuffer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?