Replace refs to v6.6 with v7.0.

This commit is contained in:
Tom Lane 2000-03-30 02:51:12 +00:00
parent e55985d3be
commit 21bde57f66

View File

@ -983,7 +983,7 @@ memmove(destination->data, buffer, 40);
<title>Name Space Conflicts</title> <title>Name Space Conflicts</title>
<para> <para>
As of <productname>Postgres</productname> v6.6, the alternative As of <productname>Postgres</productname> v7.0, the alternative
form of the AS clause for the SQL form of the AS clause for the SQL
<command>CREATE FUNCTION</command> command <command>CREATE FUNCTION</command> command
decouples the SQL function name from the function name in the C decouples the SQL function name from the function name in the C
@ -992,7 +992,7 @@ memmove(destination-&gt;data, buffer, 40);
</para> </para>
<sect3> <sect3>
<title>Pre-v6.6</title> <title>Pre-v7.0</title>
<para> <para>
For functions written in C, the SQL name declared in For functions written in C, the SQL name declared in