pgsql: doc: Clarify some wording in PL/pgSQL about transactions

2018-08-22 Thread Peter Eisentraut
doc: Clarify some wording in PL/pgSQL about transactions Some text was still claiming that committing transactions was not possible in PL/pgSQL. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7ceb6fb84c8cfd49c5ba92dda1c1669ba8fa687f Modified Files -- d

pgsql: doc: Clarify some wording in PL/pgSQL about transactions

2018-08-22 Thread Peter Eisentraut
doc: Clarify some wording in PL/pgSQL about transactions Some text was still claiming that committing transactions was not possible in PL/pgSQL. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/17df2a8b3946895c78f4ca088804341172ef27ae Modified Files -

pgsql: Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax Since procedures are now a different thing from functions, change the CREATE TRIGGER and CREATE EVENT TRIGGER syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. pg_dump and ruleuti

pgsql: Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax Since procedures are now a different thing from functions, change the CREATE TRIGGER and CREATE EVENT TRIGGER syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. pg_dump and ruleuti

pgsql: doc: Update uses of the word "procedure"

2018-08-22 Thread Peter Eisentraut
doc: Update uses of the word "procedure" Historically, the term procedure was used as a synonym for function in Postgres/PostgreSQL. Now we have procedures as separate objects from functions, so we need to clean up the documentation to not mix those terms. In particular, mentions of "trigger pro

pgsql: doc: Update uses of the word "procedure"

2018-08-22 Thread Peter Eisentraut
doc: Update uses of the word "procedure" Historically, the term procedure was used as a synonym for function in Postgres/PostgreSQL. Now we have procedures as separate objects from functions, so we need to clean up the documentation to not mix those terms. In particular, mentions of "trigger pro

pgsql: Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax Since procedures are now a different thing from functions, change the CREATE OPERATOR syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. Reported-by: Peter Geoghegan Reviewed-by:

pgsql: Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax Since procedures are now a different thing from functions, change the CREATE OPERATOR syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. Reported-by: Peter Geoghegan Reviewed-by:

pgsql: Wrap long line in postgresql.conf.sample.

2018-08-22 Thread Thomas Munro
Wrap long line in postgresql.conf.sample. Per complaint from Michael Paquier. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/af63926cf577f4c30e43b7651e93e3a5eaa262e0 Modified Files -- src/backend/utils/misc/postgresql.conf.sample | 3 ++- 1 file changed