Re: [HACKERS] SQL procedures

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] SQL procedures
Дата
Msg-id ac653dd2-4ed7-2627-bffd-ffe0703e87bb@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] SQL procedures  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: [HACKERS] SQL procedures  (Robert Haas <robertmhaas@gmail.com>)
Re: [HACKERS] SQL procedures  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
On 11/30/17 15:50, Thomas Munro wrote:
> postgres=# \df
>                        List of functions
>  Schema | Name | Result data type | Argument data types | Type
> --------+------+------------------+---------------------+------
>  public | bar  | integer          | i integer           | func
>  public | foo  |                  | i integer           | proc
> (2 rows)
> 
> Should this now be called a "List of routines"?

Maybe, but I hesitate to go around and change all mentions of "function"
like that.  That might just confuse people.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] pg_basebackup --progress output for batch execution
Следующее
От: Alexey Kondratov
Дата:
Сообщение: Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling