pgsql: doc: Update CREATE FUNCTION compatibility information - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Update CREATE FUNCTION compatibility information
Date
Msg-id E1TrTqM-0000Ld-HJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Update CREATE FUNCTION compatibility information

Parameter defaults are actually in the SQL standard, while it was
previously claimed they were not.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e6df606197395a5fea6efb13f6f443f420e7b39

Modified Files
--------------
doc/src/sgml/ref/create_function.sgml |    8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Make some spelling more consistent
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "PL/Python: Remove workaround for returning booleans in P