Re: [BUGS] Bug #718: request for improvement of /? to show /d+ /l+

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: [BUGS] Bug #718: request for improvement of /? to show /d+ /l+
Дата
Msg-id 200212102351.24296.barwick@gmx.net
обсуждение исходный текст
Ответ на Re: [BUGS] Bug #718: request for improvement of /? to show /d+ /l+  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] Bug #718: request for improvement of /? to show  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Tuesday 10 December 2002 22:25, Bruce Momjian wrote:
> Here is a new psql \? output format that I would like to add for 7.4.
> It follows Harald Armin's suggested reformatting, which you can see
> below.
>
> Should I also reorder the psql manual page to match?  I find the
> grouping much easier to review.

Me too. Suggestion: of the \pset options, only "tableattr" (corresponding to
"\T") exclusively affects HTML output (I think) - "\pset" would belong better
under "Formatting". "\C" on the other hand is also non-HTML specific
(corresponds to "\pset title" ).

Ian Barwick
barwick@gmx.net

> Formatting
>  \x             toggle expanded output (currently off)
>  \a             toggle between unaligned and aligned output mode
>  \f [STRING]    show or set field separator for unaligned query output
>  \t             show only rows (currently off)
>  \echo [STRING] write string to standard output
>  \qecho [STRING]  write string to query output stream (see \o)
>
> HTML Output
>  \H             toggle HTML output mode (currently off)
>  \C [STRING]    set table title, or unset if none
>  \T [STRING]    set HTML <table> tag attributes, or unset if none
>  \pset NAME [VALUE]  set table output option
>                 (NAME := {format|border|expanded|fieldsep|null|recordsep|
>                 tuples_only|title|tableattr|pager})



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: [BUGS] Bug #718: request for improvement of /? to show /d+ /l+
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Bug #718: request for improvement of /? to show