From: Tom Lane Date: Thu, 30 Mar 2000 02:51:12 +0000 (+0000) Subject: Replace refs to v6.6 with v7.0. X-Git-Tag: REL7_0~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21bde57f6682bc59a52ecbd6eebe9506bd5142fb;p=postgresql Replace refs to v6.6 with v7.0. --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 9eea79d985..246772e90e 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -983,7 +983,7 @@ memmove(destination->data, buffer, 40); Name Space Conflicts - As of Postgres v6.6, the alternative + As of Postgres v7.0, the alternative form of the AS clause for the SQL CREATE FUNCTION command decouples the SQL function name from the function name in the C @@ -992,7 +992,7 @@ memmove(destination->data, buffer, 40); - Pre-v6.6 + Pre-v7.0 For functions written in C, the SQL name declared in