Re: [HACKERS] SQL procedures - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] SQL procedures
Date
Msg-id ac653dd2-4ed7-2627-bffd-ffe0703e87bb@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] SQL procedures  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] SQL procedures  (Robert Haas <robertmhaas@gmail.com>)
Re: [HACKERS] SQL procedures  (Simon Riggs <simon@2ndquadrant.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] pg_basebackup --progress output for batch execution
Next
From: Alexey Kondratov
Date:
Subject: Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling