Re: Functions should be Functions & Procedures

2020-12-23 Thread Bruce Momjian
On Wed, Nov 25, 2020 at 06:38:56PM +, Daniel Westermann (DWE) wrote: > >On Wed, Nov 25, 2020 at 06:23:44PM +, Daniel Westermann (DWE) wrote: > >> >Good point.  It seems PL/pgSQL, PL/Perl, PL/Python, PL/Tcl, and SPI > >> >server-side languages all support procedures.  I have developed the >

Re: Functions should be Functions & Procedures

2020-11-25 Thread Daniel Westermann (DWE)
>On Wed, Nov 25, 2020 at 06:23:44PM +, Daniel Westermann (DWE) wrote: >> Hi Bruce, >> >> >On Tue, Nov 24, 2020 at 07:15:29PM +, PG Doc comments form wrote: >> >> The following documentation comment has been logged on the website: >> >> >> >> Page: https://www.postgresql.org/docs/13/plpgsq

Re: Functions should be Functions & Procedures

2020-11-25 Thread Bruce Momjian
On Wed, Nov 25, 2020 at 06:23:44PM +, Daniel Westermann (DWE) wrote: > Hi Bruce, > > >On Tue, Nov 24, 2020 at 07:15:29PM +, PG Doc comments form wrote: > >> The following documentation comment has been logged on the website: > >> > >> Page: https://www.postgresql.org/docs/13/plpgsql-overv

Re: Functions should be Functions & Procedures

2020-11-25 Thread Daniel Westermann (DWE)
Hi Bruce, >On Tue, Nov 24, 2020 at 07:15:29PM +, PG Doc comments form wrote: >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/13/plpgsql-overview.html >> Description: >> >> Hi, >> >> since PostgreSQL 11 we have procedures, so

Re: Functions should be Functions & Procedures

2020-11-25 Thread Bruce Momjian
On Tue, Nov 24, 2020 at 07:15:29PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/plpgsql-overview.html > Description: > > Hi, > > since PostgreSQL 11 we have procedures, so referencing to only

Functions should be Functions & Procedures

2020-11-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/plpgsql-overview.html Description: Hi, since PostgreSQL 11 we have procedures, so referencing to only functions here seems to ignore that. Shouldn't procedures be mentioned here as well?