projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55985d
)
Replace refs to v6.6 with v7.0.
author
Tom Lane
<
[email protected]
>
Thu, 30 Mar 2000 02:51:12 +0000
(
02:51
+0000)
committer
Tom Lane
<
[email protected]
>
Thu, 30 Mar 2000 02:51:12 +0000
(
02:51
+0000)
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index 9eea79d985afdd0c36912a0f86bb34c8dfc3d577..246772e90ea729befcc3e4c23549e685a2de9561 100644
(file)
--- 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> v
6.6
, the alternative
+ As of <productname>Postgres</productname> v
7.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->data, buffer, 40);
</para>
<sect3>
- <title>Pre-v
6.6
</title>
+ <title>Pre-v
7.0
</title>
<para>
For functions written in C, the SQL name declared in