summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2000-03-30 02:51:12 +0000
committerTom Lane2000-03-30 02:51:12 +0000
commit21bde57f6682bc59a52ecbd6eebe9506bd5142fb (patch)
tree080cd9f4dfb76e226e4c1d654b37fedbacecf9fd
parente55985d3be4aed47c703674c735c124ff0b3c03c (diff)
Replace refs to v6.6 with v7.0.
-rw-r--r--doc/src/sgml/xfunc.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 9eea79d985a..246772e90ea 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -983,7 +983,7 @@ memmove(destination->data, buffer, 40);
<title>Name Space Conflicts</title>
<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
<command>CREATE FUNCTION</command> command
decouples the SQL function name from the function name in the C
@@ -992,7 +992,7 @@ memmove(destination-&gt;data, buffer, 40);
</para>
<sect3>
- <title>Pre-v6.6</title>
+ <title>Pre-v7.0</title>
<para>
For functions written in C, the SQL name declared in