From 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Sep 2003 21:42:20 +0000 Subject: This patch fixes a few missed GUC variables that were still upper case, makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway --- doc/src/sgml/ref/create_function.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/create_function.sgml') diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 4944a27a52b..ec458e51975 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -382,7 +382,7 @@ CREATE FUNCTION add(integer, integer) RETURNS integer A CREATE FUNCTION command is defined in SQL99. - The PostgreSQL version is similar but + The PostgreSQL version is similar but not fully compatible. The attributes are not portable, neither are the different available languages. -- cgit v1.2.3