Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 21bde57

Browse files
committed
Replace refs to v6.6 with v7.0.
1 parent e55985d commit 21bde57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ memmove(destination->data, buffer, 40);
983983
<title>Name Space Conflicts</title>
984984

985985
<para>
986-
As of <productname>Postgres</productname> v6.6, the alternative
986+
As of <productname>Postgres</productname> v7.0, the alternative
987987
form of the AS clause for the SQL
988988
<command>CREATE FUNCTION</command> command
989989
decouples the SQL function name from the function name in the C
@@ -992,7 +992,7 @@ memmove(destination-&gt;data, buffer, 40);
992992
</para>
993993

994994
<sect3>
995-
<title>Pre-v6.6</title>
995+
<title>Pre-v7.0</title>
996996

997997
<para>
998998
For functions written in C, the SQL name declared in

0 commit comments

Comments
 (0)