Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".
Дата
Msg-id 4D693D13.5020408@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers

On 02/26/2011 12:27 PM, Bruce Momjian wrote:
> Fix doc patch --- pg_options_to_table() returns "setof record".

This doesn't strike me as terribly helpful. Why don't we document what
sort of records it returns, since we know perfectly well?:

andrew=# \df pg_options_to_table
                                                         List of functions
    Schema   |        Name         | Result data type
|                        Argument data types                        |  Type

------------+---------------------+------------------+-------------------------------------------------------------------+--------
  pg_catalog | pg_options_to_table | SETOF record     | options_array
text[], OUT option_name text, OUT option_value text | normal
(1 row)


cheers

andrew



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Document that pg_options_to_table() also works for
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".